Skip to content

Commit

Permalink
Changed bg color and replaced bg image with picturebox to fix flashin…
Browse files Browse the repository at this point in the history
…g tab bug. Only issue remains that the tabs have a black background.
  • Loading branch information
Cyclone47 committed Jul 11, 2018
1 parent 3fff817 commit 41b4b55
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 59 deletions.
2 changes: 2 additions & 0 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@
<None Include="Resources\backbutton.png" />
<None Include="Resources\bg.jpg" />
<None Include="Resources\bg.png" />
<None Include="Resources\banner.png" />
<None Include="Resources\banner_test.png" />
<Content Include="wowgasm_icon.ico" />
</ItemGroup>
<ItemGroup>
Expand Down
120 changes: 68 additions & 52 deletions Client/Forms/FrmChat.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Client/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Client/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@
<data name="loginbox1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\loginbox1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="bgdesign4" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\bgdesign4.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand All @@ -145,6 +142,9 @@
<data name="backbutton" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\backbutton.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="banner" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\banner.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="bg1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\bg.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
Binary file added Client/Resources/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41b4b55

Please sign in to comment.