diff options
author | sr55 <[email protected]> | 2019-12-20 23:30:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-12-20 23:30:39 +0000 |
commit | d00be1071625287f8fd899cf47beabd23d366f6e (patch) | |
tree | a5f7faccfc0c5bbfda6c76b93e2cea67dd0f9a68 /win/CS | |
parent | ca6820cc7402af9cd3d898622fcde35ad4bb0827 (diff) |
WinGui: Fix Dimension ComboBox colour on Dark Theme for the Add Preset Window.
Diffstat (limited to 'win/CS')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AddPresetView.xaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml index 6741e4989..acfe9168c 100644 --- a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml +++ b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml @@ -94,7 +94,6 @@ Grid.Column="1"
Width="125"
HorizontalAlignment="Left" VerticalAlignment="Center"
- Style="{StaticResource LongToolTipHolder}"
ToolTip="{x:Static Properties:Resources.AddPreset_PictureSizeMode}"
ItemsSource="{Binding PictureSettingsModes,
Converter={StaticResource enumComboConverter}}"
|