[Xfce4-commits] [apps/gigolo] 30/35: Oops, wrong box orientation for preferences dialog

noreply at xfce.org noreply at xfce.org
Mon Oct 31 18:19:04 CET 2016


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

landry pushed a commit to branch master
in repository apps/gigolo.

commit 4ad4e6eab8ac28839190c01823f3e5b931fcab89
Author: Landry Breuil <landry at xfce.org>
Date:   Mon Jun 20 21:12:00 2016 +0200

    Oops, wrong box orientation for preferences dialog
---
 src/preferencesdialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preferencesdialog.c b/src/preferencesdialog.c
index 12a418c..fb14701 100644
--- a/src/preferencesdialog.c
+++ b/src/preferencesdialog.c
@@ -74,7 +74,7 @@ static GtkWidget *xfce_header_new(const gchar *icon, const gchar *title)
 
 	gtk_widget_destroy(entry);
 
-	vbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);
+	vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
 	gtk_box_pack_start(GTK_BOX(vbox), xfce_heading, FALSE, FALSE, 0);
 
 	separator = gtk_separator_new(GTK_ORIENTATION_HORIZONTAL);

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


More information about the Xfce4-commits mailing list