tidy up the user profile icon. its not so bad an idea, just needed to be manually shrinked.
This commit is contained in:
parent
5b1d44aa95
commit
b0a4744ffb
|
@ -1479,6 +1479,8 @@
|
|||
<None Include="config\ControllerImages\GENController.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="images\user_blue_small.png" />
|
||||
<None Include="images\user_blue.ico" />
|
||||
<None Include="images\tastudio\ts_v_piano_19_green_blue.png" />
|
||||
<None Include="images\tastudio\ts_v_piano_19_green.png" />
|
||||
<None Include="images\tastudio\ts_v_piano_19_blue.png" />
|
||||
|
|
|
@ -1417,7 +1417,7 @@
|
|||
//
|
||||
// ProfilesMenuItem
|
||||
//
|
||||
this.ProfilesMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.user_blue;
|
||||
this.ProfilesMenuItem.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.user_blue_small;
|
||||
this.ProfilesMenuItem.Name = "ProfilesMenuItem";
|
||||
this.ProfilesMenuItem.Size = new System.Drawing.Size(169, 22);
|
||||
this.ProfilesMenuItem.Text = "&Profiles...";
|
||||
|
@ -2879,7 +2879,7 @@
|
|||
//
|
||||
this.ProfileFirstBootLabel.AutoToolTip = true;
|
||||
this.ProfileFirstBootLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.ProfileFirstBootLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.user_blue;
|
||||
this.ProfileFirstBootLabel.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.user_blue_small;
|
||||
this.ProfileFirstBootLabel.Name = "ProfileFirstBootLabel";
|
||||
this.ProfileFirstBootLabel.Size = new System.Drawing.Size(16, 17);
|
||||
this.ProfileFirstBootLabel.Text = "ProfileFirstBootLabel";
|
||||
|
|
|
@ -2990,11 +2990,21 @@ namespace BizHawk.Client.EmuHawk.Properties {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap user_blue {
|
||||
internal static System.Drawing.Icon user_blue {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("user_blue", resourceCulture);
|
||||
return ((System.Drawing.Icon)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap user_blue_small {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("user_blue_small", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -939,9 +939,6 @@
|
|||
<data name="thumbsdown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\thumbsdown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="user_blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\user_blue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="YellowDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\YellowDown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
@ -1461,4 +1458,10 @@
|
|||
<data name="ts_v_piano_19_green_blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\tastudio\ts_v_piano_19_green_blue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="user_blue" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\user_blue.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="user_blue_small" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\images\user_blue_small.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 813 B |
Loading…
Reference in New Issue