[cheese/wip/tidying: 1/2] Link mode buttons together



commit 2c2a0f731b0cca62933a5245b95cece8fac7643f
Author: David King <amigadave amigadave com>
Date:   Fri Nov 8 20:16:17 2013 +0000

    Link mode buttons together

 data/cheese-main-window.ui |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/data/cheese-main-window.ui b/data/cheese-main-window.ui
index 40eb47d..74932aa 100644
--- a/data/cheese-main-window.ui
+++ b/data/cheese-main-window.ui
@@ -32,12 +32,16 @@
                 <property name="left_padding">24</property>
                 <property name="right_padding">24</property>
                 <property name="hexpand">True</property>
+                <property name="margin-bottom">6</property>
+                <property name="margin-top">6</property>
                 <child>
                   <object class="GtkGrid" id="buttons_area">
                     <property name="orientation">horizontal</property>
                     <child>
                       <object class="GtkGrid" id="mode_toggle_buttons">
-                        <property name="column-spacing">2</property>
+                        <style>
+                          <class name="linked"/>
+                        </style>
                         <child>
                           <object class="GtkToggleButton" id="photo_toggle_button">
                             <property name="use-action-appearance">False</property>


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