diff options
author | jstebbins <[email protected]> | 2008-12-02 17:16:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-12-02 17:16:46 +0000 |
commit | aacfc40ddd5de354ee0d73c495c2bb97e9169f0a (patch) | |
tree | 8e713638a8ac7952d0e05e78b04d9fe35efb67d4 /gtk/src/resources.plist | |
parent | 2864df9101642562c38521a2a536ba70245a5fe8 (diff) |
LinGui: minor adjustments to the display of source information
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1990 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/resources.plist')
-rw-r--r-- | gtk/src/resources.plist | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gtk/src/resources.plist b/gtk/src/resources.plist index 0da246c43..5613ee92b 100644 --- a/gtk/src/resources.plist +++ b/gtk/src/resources.plist @@ -508,7 +508,7 @@ <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Source Title</property> + <property name="label" translatable="yes"></property> </object> </child> <child> @@ -549,7 +549,9 @@ <object class="GtkAlignment" id="chapter_box"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> + <property name="xalign">0</property> <property name="xscale">0</property> + <property name="left_padding">16</property> <child> <object class="GtkHBox" id="hbox4"> <property name="visible">True</property> @@ -580,7 +582,7 @@ <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> - <property name="label" translatable="yes"> thru </property> + <property name="label" translatable="yes"> through </property> </object> <packing> <property name="expand">False</property> @@ -605,6 +607,7 @@ </child> </object> <packing> + <property name="expand">False</property> <property name="position">2</property> </packing> </child> @@ -612,8 +615,9 @@ <object class="GtkAlignment" id="alignment41"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="xalign">1</property> + <property name="xalign">0</property> <property name="xscale">0</property> + <property name="left_padding">16</property> <child> <object class="GtkHBox" id="hbox42"> <property name="visible">True</property> @@ -647,6 +651,7 @@ </child> </object> <packing> + <property name="expand">False</property> <property name="position">3</property> </packing> </child> |