[pitivi: 9/19] StartupWizard: add icons to buttons



commit 8b557175205adcab3f8c25a1154eca3f623d4ab9
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Tue Nov 16 13:11:20 2010 +0000

    StartupWizard: add icons to buttons

 pitivi/ui/startupwizard.glade |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/pitivi/ui/startupwizard.glade b/pitivi/ui/startupwizard.glade
index b291146..ea0eb9d 100644
--- a/pitivi/ui/startupwizard.glade
+++ b/pitivi/ui/startupwizard.glade
@@ -33,10 +33,10 @@
                 <property name="width_request">300</property>
                 <property name="height_request">200</property>
                 <property name="visible">True</property>
-                <property name="sort_type">mru</property>
-                <property name="show_tips">True</property>
-                <property name="show_not_found">False</property>
                 <property name="limit">6</property>
+                <property name="show_not_found">False</property>
+                <property name="show_tips">True</property>
+                <property name="sort_type">mru</property>
                 <signal name="item_activated" handler="_loadCb"/>
                 <signal name="selection_changed" handler="_getFileNameCb"/>
               </object>
@@ -56,10 +56,11 @@
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="button1">
-                <property name="label" translatable="yes">Start new project...</property>
+                <property name="label">gtk-new</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
+                <property name="use_stock">True</property>
                 <signal name="clicked" handler="_newProjectCb"/>
               </object>
               <packing>
@@ -74,6 +75,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
+                <property name="image">image1</property>
                 <signal name="clicked" handler="_quick_start_manual"/>
               </object>
               <packing>
@@ -88,6 +90,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
+                <property name="image">image2</property>
                 <signal name="clicked" handler="_onBrowseButtonClickedCb"/>
               </object>
               <packing>
@@ -139,4 +142,12 @@
       <placeholder/>
     </child>
   </object>
+  <object class="GtkImage" id="image1">
+    <property name="visible">True</property>
+    <property name="stock">gtk-dialog-question</property>
+  </object>
+  <object class="GtkImage" id="image2">
+    <property name="visible">True</property>
+    <property name="stock">gtk-open</property>
+  </object>
 </interface>



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