diff options
author | John Stebbins <[email protected]> | 2017-12-22 15:25:51 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-12-22 15:25:51 -0800 |
commit | 5565a8dfa878a9c58565637bb8109d20796e9959 (patch) | |
tree | 4327793e9f2771c976c92abd977ca26541edb11f /gtk | |
parent | dd4cef904ad7ff307150f371cdab1bcd6ccecf3a (diff) |
LinGui: add some space to reduce clutter
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 803a843ab..171186242 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -1282,6 +1282,7 @@ Activity</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="row-homogeneous">True</property> <property name="column_spacing">5</property> <property name="hexpand">True</property> <property name="halign">GTK_ALIGN_FILL</property> @@ -1619,7 +1620,6 @@ This is often the feature title of a DVD.</property> <property name="can_focus">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="margin-end">12</property> - <property name="margin-top">6</property> <property name="spacing">5</property> <child> <object class="GtkMenuButton" id="presets_menu_button"> |