Skip to content

Commit

Permalink
Make outline thinner
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Jan 21, 2021
1 parent 232af71 commit 2387ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DesktopClock/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
Margin="1"
HorizontalAlignment="Center"
Text="{Binding CurrentTimeOrCountdownString}"
StrokeThickness="0.75">
StrokeThickness="0.5">

<local:OutlinedTextBlock.Fill>
<SolidColorBrush Color="{Binding TextColor, Source={x:Static p:Settings.Default}, Mode=OneWay}" />
Expand Down

0 comments on commit 2387ada

Please sign in to comment.