Skip to content

Commit

Permalink
Fix titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Sep 26, 2023
1 parent 05c2d6b commit 7ad25ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<Grid x:Name="AppTitleBar">
<Image Source="Assets/icon.ico"
HorizontalAlignment="Left"
Width="16" Height="28"
Width="16" Height="32"
Margin="8,0"/>
<TextBlock x:Name="AppTitleTextBlock" Text="Cores"
TextWrapping="NoWrap"
Expand Down

0 comments on commit 7ad25ae

Please sign in to comment.