[gnumeric] GUI: Fix showing multiple toolbars on the left.



commit a1f49bc3eda565616db6ca17d7300432605def03
Author: Morten Welinder <terra gnome org>
Date:   Fri Apr 26 09:29:19 2013 -0400

    GUI: Fix showing multiple toolbars on the left.
    
    hbox, not vbox.

 NEWS                  |    1 +
 src/dialogs/ChangeLog |    4 ++++
 src/dialogs/wbcg.ui   |    1 -
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2543cb4..fdd8532 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,7 @@ Morten:
        * Fix critical.  [#698680]
        * Fix type problems with glib timers.
        * Fix swapped arguments in DAYS.  [#698772]
+       * Fix showing multiple toolbars on the left.
 
 --------------------------------------------------------------------------
 Gnumeric 1.12.1
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index d73f300..3dd0910 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26  Morten Welinder  <terra gnome org>
+
+       * wbcg.ui: Fix orientation of left toolbar zone.
+
 2013-04-25  Morten Welinder  <terra gnome org>
 
        * dialog-stf.c (stf_dialog): Name the dialog.
diff --git a/src/dialogs/wbcg.ui b/src/dialogs/wbcg.ui
index d6b17d5..d8711ee 100644
--- a/src/dialogs/wbcg.ui
+++ b/src/dialogs/wbcg.ui
@@ -49,7 +49,6 @@
               <object class="GtkBox" id="toolbar_zone_left">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="orientation">vertical</property>
                 <child>
                   <placeholder/>
                 </child>


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