diff options
author | jstebbins <[email protected]> | 2014-10-30 18:24:43 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-10-30 18:24:43 +0000 |
commit | 2af8c515dccc15994bcca3154fad62a57cd6e0be (patch) | |
tree | f562c749b98bd6da5c8cd809d5cc8fb5d84c64a0 | |
parent | 1cd7d895710ae24bbf4455fdcafa096d092ec9d6 (diff) |
LinGui: fix spacing on status line
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6481 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | gtk/src/ghb.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index ed910973a..44dfacc0b 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -6459,6 +6459,7 @@ Resets all queue jobs to pending and ready to run again.</property> <property name="margin-bottom">4</property> <property name="margin-left">12</property> <property name="margin-right">12</property> + <property name="spacing">4</property> <child> <object class="GtkLabel" id="work_status"> <property name="visible">True</property> |