From 95b4bb53cbcdcf4022b332bd26623a35a03a3945 Mon Sep 17 00:00:00 2001 From: John Smith Date: Tue, 10 Jul 2012 11:41:19 +0900 Subject: Fix for 1022676 : Font dialog label alignment (bzr r11535) --- src/widgets/font-selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/font-selector.cpp') diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index 6b860041e..da87457a5 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -233,7 +233,7 @@ This conditional and its #else block can be deleted in the future. GtkWidget *l = gtk_label_new(_("Font size:")); gtk_widget_show_all (l); - gtk_box_pack_end(GTK_BOX (hb), l, FALSE, FALSE, 0); + gtk_box_pack_end(GTK_BOX (hb), l, TRUE, TRUE, 0); for (unsigned int n = 0; sizes[n]; ++n) { -- cgit v1.2.3