[pitivi] Add border around scrollable widgets, correct alignment of some labels



commit 45922b7d7bfb79b7471c3b892e267eceed63d0e7
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Fri Nov 19 13:57:21 2010 -0500

    Add border around scrollable widgets, correct alignment of some labels

 pitivi/ui/projectsettings.glade |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/projectsettings.glade b/pitivi/ui/projectsettings.glade
index 18f1d29..67634e2 100644
--- a/pitivi/ui/projectsettings.glade
+++ b/pitivi/ui/projectsettings.glade
@@ -28,6 +28,7 @@
                     <child>
                       <widget class="GtkLabel" id="label11">
                         <property name="visible">True</property>
+                        <property name="xalign">0</property>
                         <property name="ypad">6</property>
                         <property name="label" translatable="yes">&lt;b&gt;Preset&lt;/b&gt;</property>
                         <property name="use_markup">True</property>
@@ -44,6 +45,7 @@
                         <property name="can_focus">True</property>
                         <property name="hscrollbar_policy">automatic</property>
                         <property name="vscrollbar_policy">automatic</property>
+                        <property name="shadow_type">in</property>
                         <child>
                           <widget class="GtkTreeView" id="video_preset_treeview">
                             <property name="visible">True</property>
@@ -348,7 +350,7 @@
                     <child>
                       <widget class="GtkLabel" id="label10">
                         <property name="visible">True</property>
-                        <property name="yalign">0</property>
+                        <property name="xalign">0</property>
                         <property name="ypad">6</property>
                         <property name="label" translatable="yes">&lt;b&gt;Preset&lt;/b&gt;</property>
                         <property name="use_markup">True</property>
@@ -365,6 +367,7 @@
                         <property name="can_focus">True</property>
                         <property name="hscrollbar_policy">automatic</property>
                         <property name="vscrollbar_policy">automatic</property>
+                        <property name="shadow_type">in</property>
                         <child>
                           <widget class="GtkTreeView" id="audio_preset_treeview">
                             <property name="visible">True</property>



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