Skip to content

Commit 7ce74f2

Browse files
committed
indicator line color to white
1 parent bc69cc3 commit 7ce74f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PixelArtTool/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
</LinearGradientBrush>
220220
</Rectangle.Fill>
221221
</Rectangle>
222-
<Line x:Name="lineCurrentHueLine" X1="91" Y1="312" X2="91" Y2="334" Stroke="Red" StrokeThickness="1" />
222+
<Line x:Name="lineCurrentHueLine" X1="91" Y1="312" X2="91" Y2="334" Stroke="White" StrokeThickness="1" />
223223
</Grid>
224224
<Rectangle x:Name="rectGetTransparent" HorizontalAlignment="Left" Height="28" Margin="10,289,0,0" Stroke="Black" VerticalAlignment="Top" Width="28" MouseDown="OnGetTransparentColorButton">
225225
<Rectangle.Fill>

0 commit comments

Comments
 (0)