diff options
Diffstat (limited to 'src/widgets/font-selector.cpp')
| -rw-r--r-- | src/widgets/font-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
