diff options
author | sr55 <[email protected]> | 2019-06-30 15:45:39 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-06-30 15:45:39 +0100 |
commit | a09fee414106b002cfb49d1472647d92a40c910c (patch) | |
tree | c5dd9e1795bdb0ba832fbd388973b3fa89de54a1 /win | |
parent | ea47d4452d451da547670ce6ebc0508b8d189d44 (diff) |
WinGui: Slight increase in size of the Log window so that the vast majority of log lines fall into one line.
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/LogView.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/LogView.xaml b/win/CS/HandBrakeWPF/Views/LogView.xaml index eaa65f3e5..73170f541 100644 --- a/win/CS/HandBrakeWPF/Views/LogView.xaml +++ b/win/CS/HandBrakeWPF/Views/LogView.xaml @@ -5,8 +5,8 @@ xmlns:Properties="clr-namespace:HandBrakeWPF.Properties"
xmlns:converters="clr-namespace:HandBrakeWPF.Converters"
Title="{Binding Title}"
- Width="525"
- Height="600"
+ Width="600"
+ Height="650"
MinWidth="525"
MinHeight="600"
WindowStartupLocation="CenterScreen"
|