summaryrefslogtreecommitdiff
path: root/caribou
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2011-07-13 16:33:19 -0700
committerEitan Isaacson <eitan@monotonous.org>2011-07-18 10:08:28 -0700
commit3f87d22624a5a27fdca2f82103aff6bda6491c70 (patch)
treeef24f5c2d39a047858f187ff51562af56390fd31 /caribou
parent148a3d8a064a211a8ef0e332cbf21e8612106787 (diff)
downloadcaribou-3f87d22624a5a27fdca2f82103aff6bda6491c70.tar.gz
Add "full scale" to antler settings.
Diffstat (limited to 'caribou')
-rw-r--r--caribou/antler/antler_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/caribou/antler/antler_settings.py b/caribou/antler/antler_settings.py
index da8ac2f..57318dc 100644
--- a/caribou/antler/antler_settings.py
+++ b/caribou/antler/antler_settings.py
@@ -13,6 +13,7 @@ AntlerSettings = SettingsTopGroup(
"a 'natural' look and feel good for composing simple "
"text, to a fullscale keyboard."),
allowed=[(('touch'), _('Touch')),
+ (('fullscale'), _('Full scale')),
(('scan'), _('Scan'))]),
BooleanSetting("use_system", _("Use System Theme"),
True, _("Use System Theme")),