diff options
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 9e327ed53..150819954 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -8192,7 +8192,7 @@ Setting this to 0 means there is no maximum height.</property> <property name="visible">True</property> <property name="can_focus">False</property> <child> - <object class="GtkLayout" id="preview_image"> + <object class="GtkEventBox" id="preview_image"> <property name="visible">True</property> <property name="app_paintable">True</property> <property name="can_focus">False</property> @@ -8209,7 +8209,6 @@ Setting this to 0 means there is no maximum height.</property> <child> <object class="GtkEventBox" id="preview_hud"> <property name="visible">False</property> - <property name="app_paintable">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> @@ -8221,7 +8220,6 @@ Setting this to 0 means there is no maximum height.</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="enter-notify-event" handler="hud_enter_cb" swapped="no"/> <signal name="leave-notify-event" handler="hud_leave_cb" swapped="no"/> - <signal name="size-allocate" handler="hud_size_alloc_cb" swapped="no"/> <child> <object class="GtkBox" id="vbox35"> <property name="orientation">vertical</property> @@ -8417,10 +8415,6 @@ 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> |