diff options
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 62fe43fb4..d231ebe4b 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -51,10 +51,12 @@ sub install_theme { style "default-font" { fontset = "$font,*" + font_name = "Helvetica 12" } style "small-font" { fontset = "$font2,*" + font_name = "Helvetica 10" } widget "*" style "default-font" widget "*Steps*" style "small-font" |