diff options
-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); |