[Xfce4-commits] [apps/xfce4-taskmanager] 06/06: Fix previous, use a GtkVBox when there's an orientation property set to vertical

noreply at xfce.org noreply at xfce.org
Wed Dec 17 21:04:24 CET 2014


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit 54679d82d9ad58e2310536ee6eaf16735c25815d
Author: Landry Breuil <landry at xfce.org>
Date:   Wed Dec 17 21:03:53 2014 +0100

    Fix previous, use a GtkVBox when there's an orientation property set to vertical
---
 src/settings-dialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/settings-dialog.ui b/src/settings-dialog.ui
index 23694ab..6675150 100644
--- a/src/settings-dialog.ui
+++ b/src/settings-dialog.ui
@@ -26,7 +26,7 @@
                 <property name="visible">True</property>
                 <property name="border_width">6</property>
                 <child>
-                  <object class="GtkHBox" id="vbox1">
+                  <object class="GtkVBox" id="vbox1">
                     <property name="visible">True</property>
                     <property name="orientation">vertical</property>
                     <property name="spacing">6</property>
@@ -41,7 +41,7 @@
                             <property name="top_padding">6</property>
                             <property name="left_padding">12</property>
                             <child>
-                              <object class="GtkHBox" id="vbox-interface">
+                              <object class="GtkVBox" id="vbox-interface">
                                 <property name="visible">True</property>
                                 <property name="orientation">vertical</property>
                                 <property name="spacing">6</property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list