diff options
author | jstebbins <[email protected]> | 2014-08-04 14:45:53 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-08-04 14:45:53 +0000 |
commit | a4e56b62d2548030d894614b52eea06a8dca3c8c (patch) | |
tree | 12a104e10358363f910d8e468f12aa62980d6875 /gtk | |
parent | 3fdfc2d020d300bee991b4aa5c931bb9e33c3c10 (diff) |
LinGui: fix width of deblock slider
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6265 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index e4089c5b6..3a2563f7b 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2981,6 +2981,7 @@ This allows a player to initiate playback before downloading the entire file.</p <child> <object class="GtkScale" id="PictureDeblock"> <property name="visible">True</property> + <property name="width_request">100</property> <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">The deblocking filter removes a common type of compression artifact. If your source exhibits 'blockiness', this filter may help clean it up.</property> |