summaryrefslogtreecommitdiffstats
path: root/gtk/src/ghb.ui
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-10-08 11:08:09 -0700
committerJohn Stebbins <[email protected]>2015-10-08 11:08:09 -0700
commitf9c5593978ccc7f214dff75f01f59ebda91d8102 (patch)
tree70e2fe8ef6716d7a978989c0d6ee98fbb7150131 /gtk/src/ghb.ui
parent9c480e529a0c36a03de838e62dd196569fcd18a9 (diff)
LinGui:
Fix inconsistencies in UI xml for different gtk versions.
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r--gtk/src/ghb.ui11
1 files changed, 9 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui
index ee4678b35..4d433a85d 100644
--- a/gtk/src/ghb.ui
+++ b/gtk/src/ghb.ui
@@ -4893,6 +4893,9 @@ This option requires a language to be set in the Selected Languages list.</prope
<property name="draw_indicator">True</property>
<signal name="toggled" handler="subtitle_def_widget_changed_cb" swapped="no"/>
</object>
+ <packing>
+ <property name="position">3</property>
+ </packing>
</child>
<child>
<object class="GtkBox" id="subtitle_burn_box">
@@ -8166,7 +8169,7 @@ Setting this to 0 means there is no maximum height.</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
- <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_LEAVE_NOTIFY_MASK</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK</property>
<signal name="leave-notify-event" handler="preview_leave_cb" swapped="no"/>
<signal name="motion-notify-event" handler="preview_motion_cb" swapped="no"/>
<signal name="draw" handler="preview_draw_cb" swapped="no"/>
@@ -8176,7 +8179,7 @@ Setting this to 0 means there is no maximum height.</property>
<property name="visible">True</property>
<child>
<object class="GtkEventBox" id="preview_hud">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="app_paintable">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
@@ -8385,6 +8388,10 @@ Setting this to 0 means there is no maximum height.</property>
</object>
</child>
</object>
+ <packing>
+ <property name="x">0</property>
+ <property name="y">0</property>
+ </packing>
</child>
</object>
</child>