diff options
author | jstebbins <[email protected]> | 2008-09-23 14:41:20 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-23 14:41:20 +0000 |
commit | 7480a8483de8df20e892418e5228210ef6440e9e (patch) | |
tree | 3d812764b4d5a7090458fcbd1a2e4317da427f67 /gtk/src/ghb.ui | |
parent | d47c63b262763b76f1fe0c752472d138ab66490d (diff) |
LinGui: Add progress info to queue window
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1747 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 473b2a122..3cef79446 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3928,8 +3928,13 @@ this setting.</property> <property name="visible">True</property> <child> <object class="GtkLabel" id="queue_status"> + <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="visible">True</property> </object> + <packing> + <property name="padding">10</property> + <property name="expand">False</property> + </packing> </child> <child> <placeholder/> |