[baobab] Chart: put the switcher inside a GtkActionBar



commit 6a699352022f71505a497330a43ef4da6c627672
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Fri Jul 11 15:21:19 2014 +0200

    Chart: put the switcher inside a GtkActionBar

 src/baobab-main-window.ui |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/src/baobab-main-window.ui b/src/baobab-main-window.ui
index d3c71f6..1ed9762 100644
--- a/src/baobab-main-window.ui
+++ b/src/baobab-main-window.ui
@@ -366,13 +366,14 @@
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkStackSwitcher" id="chart_stack_switcher">
-                        <property name="visible">True</property>
-                        <property name="margin_end">20</property>
-                        <property name="margin_top">6</property>
-                        <property name="margin_bottom">6</property>
-                        <property name="halign">end</property>
-                        <property name="stack">chart_stack</property>
+                      <object class="GtkActionBar" id="chart_action_bar">
+                      <property name="visible">True</property>
+                        <child type="center">
+                          <object class="GtkStackSwitcher" id="chart_stack_switcher">
+                            <property name="visible">True</property>
+                            <property name="stack">chart_stack</property>
+                          </object>
+                        </child>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>


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