diff options
author | sr55 <[email protected]> | 2018-09-28 20:18:26 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-09-28 20:18:26 +0100 |
commit | e1172af6f6c6d71241c950e0953a70755f5c5d17 (patch) | |
tree | 683433a9d1173b6c6f59d7f5838908674e9f2790 /win/CS/HandBrakeWPF/Views/QueueView.xaml | |
parent | d0c444e5682c334793934878401d77b85bb4e0fc (diff) |
WinGui: Minor bug fixes and tidyup in the queue.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/QueueView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/QueueView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index 5a9b3a836..0eddd5c0f 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -18,7 +18,7 @@ Title="{Binding Title}"
Width="750"
Height="500"
- MinWidth="450"
+ MinWidth="400"
MinHeight="300"
WindowStartupLocation="CenterScreen"
TextOptions.TextFormattingMode="Display"
|