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 /data/org.gnome.epiphany.gschema.xml.in | |
parent | 5bad61bdd27b8d9578951bc6823f1dd8ea092aea (diff) | |
download | gsoc2013-epiphany-97918aba30dc791a9e06323c014d6a5631121680.tar.gz 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 'data/org.gnome.epiphany.gschema.xml.in')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in index eb7a1fe2d..6ac28c0de 100644 --- a/data/org.gnome.epiphany.gschema.xml.in +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -89,7 +89,7 @@ </schema> <schema path="/apps/epiphany/web/" id="org.gnome.Epiphany.web"> <key type="i" name="min-font-size"> - <default>7</default> + <default>0</default> <summary>Minimum font size</summary> </key> <key type="b" name="use-gnome-fonts"> |