diff options
author | John Stebbins <[email protected]> | 2017-09-15 16:39:41 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-11-06 08:19:49 -0800 |
commit | 71f95e9514c051f66648fbcb6e4a44138a1d9a53 (patch) | |
tree | f68261bdb93356007dcb1be06324cab9ea97b656 /gtk/src | |
parent | 737d67c0e7e9a404f25ed82318d243e344ec7672 (diff) |
LinGui: open preset selection menu to right of button
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index b7ab56373..6ecd20ac8 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -1542,7 +1542,7 @@ This is often the feature title of a DVD.</property> <object class="GtkMenuButton" id="presets_menu_button"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="direction">down</property> + <property name="direction">right</property> <child> <object class="GtkBox" id="presets_menu_button_box"> <property name="orientation">horizontal</property> @@ -1567,7 +1567,7 @@ This is often the feature title of a DVD.</property> <object class="GtkImage" id="presets_menu_button_arrow"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="icon_name">pan-down-symbolic</property> + <property name="icon_name">pan-end-symbolic</property> </object> <packing> <property name="expand">False</property> |