summaryrefslogtreecommitdiffstats
path: root/src/widgets/font-selector.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-07-10 02:41:19 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-07-10 02:41:19 +0000
commit95b4bb53cbcdcf4022b332bd26623a35a03a3945 (patch)
tree4b09979933a784f2ed215e38c7067e4aca5e4671 /src/widgets/font-selector.cpp
parentFix for 167781 : opacity in selected style loses focus on kbd value scroll (diff)
downloadinkscape-95b4bb53cbcdcf4022b332bd26623a35a03a3945.tar.gz
inkscape-95b4bb53cbcdcf4022b332bd26623a35a03a3945.zip
Fix for 1022676 : Font dialog label alignment
(bzr r11535)
Diffstat (limited to 'src/widgets/font-selector.cpp')
-rw-r--r--src/widgets/font-selector.cpp2
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)
{