Changed the button image for Insert Things Radially Mode.

This commit is contained in:
MascaraSnake 2016-03-01 21:18:02 +01:00
parent 92d11bdc60
commit ba2412c9dd
5 changed files with 17 additions and 1 deletions

View file

@ -630,6 +630,9 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\InsertThingsRadiallyMode.png" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

View file

@ -33,7 +33,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
{
[EditMode(DisplayName = "Insert Things Radially Mode",
SwitchAction = "insertthingsradiallymode",
ButtonImage = "ThingsMode.png",
ButtonImage = "InsertThingsRadiallyMode.png",
ButtonOrder = int.MinValue + 6,
ButtonGroup = "000_drawing",
AllowCopyPaste = false,

View file

@ -310,6 +310,16 @@ namespace CodeImp.DoomBuilder.BuilderModes.Properties {
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap InsertThingsRadiallyMode {
get {
object obj = ResourceManager.GetObject("InsertThingsRadiallyMode", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// </summary>

View file

@ -259,4 +259,7 @@
<data name="Show3" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Show3.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="InsertThingsRadiallyMode" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\InsertThingsRadiallyMode.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B