[Xfce4-commits] [xfce/xfce4-session] 19/30: settings: fix the application autostart tab
noreply at xfce.org
noreply at xfce.org
Sun May 15 18:03:38 CEST 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-session.
commit ebc6373e35bf8715583e8b988317bfbffde0282e
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Apr 24 07:58:48 2016 +0300
settings: fix the application autostart tab
---
settings/xfae-window.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/settings/xfae-window.c b/settings/xfae-window.c
index 94b498b..41579be 100644
--- a/settings/xfae-window.c
+++ b/settings/xfae-window.c
@@ -85,6 +85,8 @@ xfae_window_init (XfaeWindow *window)
GtkWidget *button;
vbox = GTK_WIDGET(window);
+ gtk_orientable_set_orientation (GTK_ORIENTABLE (vbox),
+ GTK_ORIENTATION_VERTICAL);
gtk_box_set_spacing (GTK_BOX (vbox), 6);
gtk_container_set_border_width (GTK_CONTAINER (vbox), 12);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list