[pitivi] RenderDialog: glade file changes to prevent unwanted resizing



commit 8eb4eb9741c63f39b22e8a90c5a97250af1253f3
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Fri Dec 10 15:07:49 2010 +0000

    RenderDialog: glade file changes to prevent unwanted resizing

 pitivi/ui/encodingdialog.glade |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/encodingdialog.glade b/pitivi/ui/encodingdialog.glade
index 8cfb4c1..ba87e8b 100644
--- a/pitivi/ui/encodingdialog.glade
+++ b/pitivi/ui/encodingdialog.glade
@@ -234,7 +234,7 @@
                           <widget class="GtkSpinButton" id="scale_spinbutton">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="adjustment">1280 1 9999 1 1 0</property>
+                            <property name="adjustment">1 1 9999 1 1 0</property>
                             <property name="snap_to_ticks">True</property>
                             <property name="numeric">True</property>
                             <accessibility>
@@ -243,13 +243,16 @@
                             <signal name="value_changed" handler="_scaleSpinbuttonChangedCb"/>
                           </widget>
                           <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
                             <property name="position">0</property>
                           </packing>
                         </child>
                         <child>
                           <widget class="GtkLabel" id="resolution_label">
                             <property name="visible">True</property>
-                            <property name="xalign">0</property>
+                            <property name="label" translatable="yes">1000 x 1000</property>
+                            <property name="width_chars">12</property>
                             <accessibility>
                               <atkproperty name="AtkObject::accessible-name" translatable="yes">Height</atkproperty>
                             </accessibility>
@@ -269,6 +272,7 @@
                           </widget>
                           <packing>
                             <property name="expand">False</property>
+                            <property name="pack_type">end</property>
                             <property name="position">2</property>
                           </packing>
                         </child>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]