Skip to content

Commit

Permalink
WinGui: Bump window size to stop dimensions tab being cut off on high…
Browse files Browse the repository at this point in the history
… dpi displays
  • Loading branch information
sr55 committed Dec 18, 2022
1 parent ad5d898 commit 0aaece6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/Views/ShellView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
xmlns:views="clr-namespace:HandBrakeWPF.Views"
Title="{Data:Binding Path=MainViewModel.WindowTitle}"
Width="1018"
Height="660"
Height="690"
MinWidth="1018"
MinHeight="660"
MinHeight="690"
AllowDrop="True"
SnapsToDevicePixels="True"
UseLayoutRounding="True"
Expand Down

0 comments on commit 0aaece6

Please sign in to comment.