[pitivi: 1/9] Fix spacing and alignment nitpicks



commit 7c208b9453d5afeb97baebe000b7ec1e3961ad74
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Tue Nov 23 10:16:10 2010 -0500

    Fix spacing and alignment nitpicks

 pitivi/ui/startupwizard.glade |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/pitivi/ui/startupwizard.glade b/pitivi/ui/startupwizard.glade
index 8c654a7..574256e 100644
--- a/pitivi/ui/startupwizard.glade
+++ b/pitivi/ui/startupwizard.glade
@@ -1,11 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy project-wide -->
   <object class="GtkWindow" id="window1">
     <property name="visible">True</property>
     <property name="border_width">10</property>
-    <property name="title" translatable="yes">Startup Wizard</property>
+    <property name="title" translatable="yes">Welcome</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="window_position">center</property>
@@ -19,9 +19,11 @@
         <child>
           <object class="GtkVBox" id="vbox1">
             <property name="visible">True</property>
+            <property name="spacing">6</property>
             <child>
               <object class="GtkLabel" id="label1">
                 <property name="visible">True</property>
+                <property name="xalign">0</property>
                 <property name="label" translatable="yes">Double-click a project below to load it:</property>
               </object>
               <packing>
@@ -33,7 +35,7 @@
                 <property name="width_request">300</property>
                 <property name="height_request">200</property>
                 <property name="visible">True</property>
-                <property name="limit">6</property>
+                <property name="limit">7</property>
                 <property name="show_not_found">False</property>
                 <property name="show_tips">True</property>
                 <property name="sort_type">mru</property>
@@ -52,7 +54,7 @@
         <child>
           <object class="GtkVButtonBox" id="vbuttonbox2">
             <property name="visible">True</property>
-            <property name="spacing">14</property>
+            <property name="spacing">6</property>
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="button1">
@@ -71,11 +73,11 @@
             </child>
             <child>
               <object class="GtkButton" id="button7">
-                <property name="label" translatable="yes">Help</property>
+                <property name="label">gtk-help</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="image">image1</property>
+                <property name="use_stock">True</property>
                 <signal name="clicked" handler="_quick_start_manual"/>
               </object>
               <packing>



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