Skip to content

Commit

Permalink
🪟 Raise minimum window height
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Nov 25, 2021
1 parent f4f2da2 commit 8b6059a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YoutubeDl.Wpf/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
TextOptions.TextRenderingMode="Auto"
Background="{DynamicResource MaterialDesignPaper}"
FontFamily="{materialDesign:MaterialDesignFont}"
Title="Cube YouTube Downloader" Height="720" Width="904" MinHeight="540" MinWidth="620">
Title="Cube YouTube Downloader" Height="720" Width="904" MinHeight="644" MinWidth="620">
<materialDesign:DialogHost Identifier="RootDialog" SnackbarMessageQueue="{Binding ElementName=MainSnackbar, Path=MessageQueue}" Style="{StaticResource MaterialDesignEmbeddedDialogHost}">
<Grid>
<TabControl x:Name="mainTabControl" SelectedIndex="0" Style="{StaticResource MaterialDesignNavigatilRailTabControl}">
Expand Down

0 comments on commit 8b6059a

Please sign in to comment.