[pitivi] ui/startupwizard: Force ButtonBox items to have a homogeneous/uniform width



commit e33598c08e3f69f26319b03e0f849a1241e8cdd1
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Sun Nov 3 21:20:07 2013 +0100

    ui/startupwizard: Force ButtonBox items to have a homogeneous/uniform width
    
    Fixes bug #682766

 data/ui/startupwizard.ui |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/data/ui/startupwizard.ui b/data/ui/startupwizard.ui
index 7e255b1..998a1b6 100644
--- a/data/ui/startupwizard.ui
+++ b/data/ui/startupwizard.ui
@@ -70,15 +70,14 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="spacing">6</property>
+                <property name="homogeneous">True</property>
                 <property name="layout_style">start</property>
                 <child>
                   <object class="GtkButton" id="new_button">
                     <property name="label">gtk-new</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_stock">True</property>
                     <signal name="clicked" handler="_newProjectCb" swapped="no"/>
                   </object>
@@ -91,11 +90,9 @@
                 <child>
                   <object class="GtkButton" id="open_button">
                     <property name="label" translatable="yes">Browse projects...</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <signal name="clicked" handler="_onBrowseButtonClickedCb" swapped="no"/>
                   </object>
                   <packing>
@@ -107,11 +104,9 @@
                 <child>
                   <object class="GtkButton" id="help_button">
                     <property name="label">gtk-help</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_stock">True</property>
                     <signal name="clicked" handler="_userManualCb" swapped="no"/>
                   </object>
@@ -124,11 +119,9 @@
                 <child>
                   <object class="GtkButton" id="cheatsheet_button">
                     <property name="label" translatable="yes">Keyboard shortcuts</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <signal name="clicked" handler="_cheatsheetCb" swapped="no"/>
                   </object>
                   <packing>
@@ -140,11 +133,9 @@
                 <child>
                   <object class="GtkButton" id="missing_deps_button">
                     <property name="label" translatable="yes">Missing dependencies...</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <signal name="clicked" handler="_onMissingDepsButtonClickedCb" swapped="no"/>
                   </object>
                   <packing>


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