Skip to content

Commit

Permalink
Fixed a margin in dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Sep 7, 2021
1 parent c732b34 commit 83f96c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenBullet2.Native/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<StackPanel.Resources>
<Style TargetType="TextBlock">
<Setter Property="FontWeight" Value="Bold" />
<Setter Property="Margin" Value="10 0 5 0" />
<Setter Property="Margin" Value="10 8 5 0" />
<Setter Property="Foreground" Value="{DynamicResource ForegroundMain}" />
<Setter Property="FontFamily" Value="pack://application:,,,/Fonts/#Century Gothic" />
<Setter Property="FontSize" Value="14" />
Expand Down

0 comments on commit 83f96c5

Please sign in to comment.