summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-05-21 20:23:04 +0000
committerjstebbins <[email protected]>2009-05-21 20:23:04 +0000
commit1ff5eb09c5cae153eaff6df81659dbbed76bf1c5 (patch)
tree07ac24f9e6d323985d42d9ce81c9407b4e65c04f /gtk/src/ghb.ui
parentdc39beecfc4d7ed31bfe0d62e771d12b5775133f (diff)
LinGui:
add 'enable' checkbox to subtitle list and show all subtitles in the list after scanning. Thanks eddyg for the suggestions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2434 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui13
1 files changed, 11 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index f740a9054..581d2c497 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -2259,11 +2259,20 @@
</packing>
</child>
<child>
- <object class="GtkTreeView" id="subtitle_list">
+ <object class="GtkScrolledWindow" id="scrolledwindow4">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="headers_clickable">True</property>
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+ <child>
+ <object class="GtkTreeView" id="subtitle_list">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="headers_clickable">True</property>
+ </object>
+ </child>
</object>
<packing>
<property name="position">1</property>