Skip to content

Commit eea7d1b

Browse files
committed
add floodfill icon
1 parent 272b439 commit eea7d1b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

PixelArtTool/MainWindow.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<Window.InputBindings>
1414
<KeyBinding Command="ApplicationCommands.Undo" Gesture="Ctrl+Z"/>
1515
</Window.InputBindings>
16-
1716
<Window.Resources>
1817

1918
<!-- Change this to any pure hue i.e. no more than 2 rgb components set and at least 1 set to FF -->
@@ -80,7 +79,7 @@
8079
</RadioButton>
8180
<RadioButton GroupName="Toolbar" Tag="Fill" ToolTip="Flood Fill (F)" Style="{StaticResource {x:Type ToggleButton}}"
8281
IsChecked="{Binding Path=CurrentTool, Converter={StaticResource ComparisonConverter}, ConverterParameter={x:Static local:ToolMode.Fill},Mode=TwoWay}">
83-
<Image Source="/Resources/Buttons/emptybutton.png" RenderOptions.BitmapScalingMode="NearestNeighbor" />
82+
<Image Source="/Resources/Buttons/paint.png" Width="24" Height="24" RenderOptions.BitmapScalingMode="NearestNeighbor" />
8483
</RadioButton>
8584
</ToolBar>
8685

PixelArtTool/PixelArtTool.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,8 @@
133133
<ItemGroup>
134134
<Resource Include="Resources\Buttons\newimage.png" />
135135
</ItemGroup>
136+
<ItemGroup>
137+
<Resource Include="Resources\Buttons\paint.png" />
138+
</ItemGroup>
136139
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
137140
</Project>
1.22 KB
Loading

0 commit comments

Comments
 (0)