Skip to content

Commit

Permalink
Fix titlebar fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Nov 23, 2023
1 parent 513d80b commit 1192e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Wpf.Ui/Controls/TitleBar/TitleBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
<!-- Main application title -->
<TextBlock
Grid.Column="1"
FontSize="12"
VerticalAlignment="Center"
Text="{TemplateBinding Title}" />
</Grid>
Expand Down

0 comments on commit 1192e5f

Please sign in to comment.