diff options
author | John Stebbins <[email protected]> | 2019-07-18 12:05:22 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-07-18 12:05:22 -0700 |
commit | f7654c69cb5bad5dcdeaa7375e04327c5178d387 (patch) | |
tree | d29efffba66a090568c010500d268cde6f3e2158 /gtk | |
parent | 66ac9f4c72df756a5a2a4efc97edd8f112669493 (diff) |
LinGui: fix spacing between preset menu button and settings stack
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 09d622df5..1eba6371a 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -2824,6 +2824,7 @@ Modifications will be discarded.</property> <property name="hexpand">True</property> <property name="halign">GTK_ALIGN_FILL</property> <property name="valign">GTK_ALIGN_START</property> + <property name="margin-top">12</property> <property name="margin-start">12</property> <property name="margin-end">12</property> </object> |