diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-03-09 06:07:00 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-03-10 04:31:34 +0800 |
commit | 97918aba30dc791a9e06323c014d6a5631121680 (patch) | |
tree | f54ce49f13c63fe5fc9d82b083a4ba461994df0a /src/prefs-dialog.c | |
parent | 5bad61bdd27b8d9578951bc6823f1dd8ea092aea (diff) | |
download | gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.tar gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.tar.gz gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.tar.bz2 gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.tar.lz gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.tar.xz gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.tar.zst gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.zip |
Remove minimum font size setting from UI
This just breaks the layout from too many sites, and we can get
reasonable readability through the new font size settings available
and/or zooming. For those so inclined, the value can still be tweaked
through the gsettings command line or dconf-editor.
Bug #644247
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 191045548..296c6b18c 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1008,9 +1008,6 @@ static const PrefsDialogPreference preferences[] = { "use_gnome_fonts_checkbutton", "active", EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_USE_GNOME_FONTS, G_SETTINGS_BIND_DEFAULT, NULL, NULL }, - { "min_size_spinbutton", "value", - EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_FONT_MIN_SIZE, - G_SETTINGS_BIND_DEFAULT, NULL, NULL }, { "popups_allow_checkbutton", "active", EPHY_PREFS_WEB_SCHEMA, EPHY_PREFS_WEB_ENABLE_POPUPS, G_SETTINGS_BIND_DEFAULT, NULL, NULL }, |