Merge pull request #347 from MihaelaStoica/CP-11124

CP-11124 Better CoreOS icon for the Container Management page
This commit is contained in:
Gabor Apati-Nagy 2015-02-24 16:28:32 +00:00
commit 350804fda4
5 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

View File

@ -1960,6 +1960,16 @@ namespace XenAdmin.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap coreos_16 {
get {
object obj = ResourceManager.GetObject("coreos_16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@ -1096,4 +1096,7 @@
<data name="DC_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\DC_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="coreos_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Images\coreos-16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -70,7 +70,7 @@ namespace XenAdmin.Wizards.NewVMWizard
public Image Image
{
get { return Properties.Resources.coreos_globe_icon; }
get { return Properties.Resources.coreos_16; }
}
public override string PageTitle

View File

@ -4014,6 +4014,7 @@
<Content Include="Images\commands_16.png" />
<Content Include="Images\console_16.png" />
<None Include="Images\coreos-globe-icon.png" />
<None Include="Images\coreos-16.png" />
<Content Include="Images\cross.png" />
<None Include="Images\DateTime16.png" />
<None Include="Images\sl_connecting_16.png" />