[pitivi] Fix the width of widgets in the "Info" tab of the Project Settings dialog



commit 6fad1048f1f12fb4241fc472e86abe6f92a570e6
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Sun Sep 28 20:08:26 2014 -0400

    Fix the width of widgets in the "Info" tab of the Project Settings dialog

 data/ui/projectsettings.ui |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/projectsettings.ui b/data/ui/projectsettings.ui
index d0c6a37..69666db 100644
--- a/data/ui/projectsettings.ui
+++ b/data/ui/projectsettings.ui
@@ -797,8 +797,11 @@
                   <object class="GtkSpinButton" id="year_spinbutton">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="halign">start</property>
+                    <property name="max_length">4</property>
                     <property name="invisible_char">●</property>
                     <property name="adjustment">adjustment3</property>
+                    <property name="numeric">True</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -809,6 +812,7 @@
                   <object class="GtkEntry" id="author_entry">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="hexpand">True</property>
                     <property name="invisible_char">●</property>
                   </object>
                   <packing>
@@ -820,6 +824,7 @@
                   <object class="GtkEntry" id="title_entry">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="hexpand">True</property>
                     <property name="invisible_char">●</property>
                   </object>
                   <packing>


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