From 3f87d22624a5a27fdca2f82103aff6bda6491c70 Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Wed, 13 Jul 2011 16:33:19 -0700 Subject: Add "full scale" to antler settings. --- caribou/antler/antler_settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'caribou') 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")), -- cgit v1.2.1