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 /src | |
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 ***
Diffstat (limited to 'src')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |