diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-17 21:02:53 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-17 21:02:53 +0800 |
commit | a37c96725038bee5c8ba1817740908fdfa1a3d8e (patch) | |
tree | eb314c8dd1b8e1aabda2a1f3d067de4e891f692a | |
parent | 7c552cdea9b4224345f8eb1aef59e583702ac944 (diff) | |
download | gsoc2013-epiphany-a37c96725038bee5c8ba1817740908fdfa1a3d8e.tar gsoc2013-epiphany-a37c96725038bee5c8ba1817740908fdfa1a3d8e.tar.gz gsoc2013-epiphany-a37c96725038bee5c8ba1817740908fdfa1a3d8e.tar.bz2 gsoc2013-epiphany-a37c96725038bee5c8ba1817740908fdfa1a3d8e.tar.lz gsoc2013-epiphany-a37c96725038bee5c8ba1817740908fdfa1a3d8e.tar.xz gsoc2013-epiphany-a37c96725038bee5c8ba1817740908fdfa1a3d8e.tar.zst gsoc2013-epiphany-a37c96725038bee5c8ba1817740908fdfa1a3d8e.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/prefs-dialog.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-09-17 Marco Pesenti Gritti <marco@gnome.org> + + * src/prefs-dialog.c: (setup_size_controls): + + 11pt as default variable size + 2003-09-17 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: Added lt to ALL_LINGUAS. diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 62961414f..0ab2bdbe5 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -622,7 +622,7 @@ setup_size_controls (PrefsDialog *dialog) spin = ephy_dialog_get_control (EPHY_DIALOG(dialog), VARIABLE_SIZE_PROP); - setup_size_control (dialog, CONF_RENDERING_FONT_VAR_SIZE, 12, spin); + setup_size_control (dialog, CONF_RENDERING_FONT_VAR_SIZE, 11, spin); spin = ephy_dialog_get_control (EPHY_DIALOG(dialog), MIN_SIZE_PROP); |