diff --git a/SimpleFFmpegGUI.WPF/Panels/CodeArgumentsPanel.xaml b/SimpleFFmpegGUI.WPF/Panels/CodeArgumentsPanel.xaml index 80549e5..5ac72bd 100644 --- a/SimpleFFmpegGUI.WPF/Panels/CodeArgumentsPanel.xaml +++ b/SimpleFFmpegGUI.WPF/Panels/CodeArgumentsPanel.xaml @@ -7,6 +7,8 @@ xmlns:local="clr-namespace:SimpleFFmpegGUI.WPF.Panels" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern" + xmlns:vm="clr-namespace:SimpleFFmpegGUI.WPF.ViewModels" + d:DataContext="{d:DesignInstance Type=vm:CodeArgumentsPanelViewModel}" d:DesignHeight="450" d:DesignWidth="800" AllowDrop="True" @@ -322,6 +324,7 @@ Minimum="0" TickFrequency="5" TickPlacement="BottomRight" + ToolTip="{Binding Descriptions.CRF}" Value="{Binding Video.Crf}" />