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/ghb.ui | |
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/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index f2183eb26..657e884a3 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -503,7 +503,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> @@ -544,7 +544,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> @@ -575,7 +577,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> @@ -600,6 +602,7 @@ </child> </object> <packing> + <property name="expand">False</property> <property name="position">2</property> </packing> </child> @@ -607,8 +610,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> @@ -642,6 +646,7 @@ </child> </object> <packing> + <property name="expand">False</property> <property name="position">3</property> </packing> </child> |