diff options
author | jstebbins <[email protected]> | 2009-04-15 21:36:55 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-15 21:36:55 +0000 |
commit | 403de8d7bb56ef5ae90f27400d97c96fdd654b2a (patch) | |
tree | 61f70bc89828ac2ae5ac92a92fac80a231a3b463 /gtk/src/ghb.ui | |
parent | 52e7add532d5dc983b328917924459d2ea3873a9 (diff) |
LinGui: more anamorphic settings changes
- recalculate display dims correctly when changing titles and presets
- when presets are saved, save par
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2330 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index d2620f3c0..29987c342 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4702,16 +4702,38 @@ location as the movie.</property> </packing> </child> <child> - <object class="GtkLabel" id="pixel_aspect"> + <object class="GtkLabel" id="par_width"> <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="label" translatable="yes">--:--</property> + <property name="label" translatable="yes">--</property> </object> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> + <child> + <object class="GtkLabel" id="pixel_aspect"> + <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="label" translatable="yes">:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="par_height"> + <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="label" translatable="yes">--</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">3</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> |