diff options
author | John Stebbins <[email protected]> | 2017-12-23 16:33:48 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2017-12-23 16:33:48 -0800 |
commit | 0b9efe201a11b158f99531cb2807ce61e4fc34cb (patch) | |
tree | b0481efc3795d339065560b24b33f20b479fc429 /gtk/src | |
parent | 31d891f6b4f2ac209b7948d701798e224ad32cdf (diff) |
LinGui: fix margins around destination file settings
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 b94c14ecd..84bd42418 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -7067,8 +7067,8 @@ This file may be reloaded at a later time to edit your jobs and re-encode.</prop <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin-top">12</property> - <property name="margin-start">6</property> - <property name="margin-end">6</property> + <property name="margin-start">12</property> + <property name="margin-end">12</property> <child> <object class="GtkLabel" id="label18"> <property name="visible">True</property> |