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/resources.plist | |
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/resources.plist')
-rw-r--r-- | gtk/src/resources.plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist index 671bb9f77..37e7c1adf 100644 --- a/gtk/src/resources.plist +++ b/gtk/src/resources.plist @@ -3933,8 +3933,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/> |