[caribou] Add "full scale" to antler settings.



commit 3f87d22624a5a27fdca2f82103aff6bda6491c70
Author: Eitan Isaacson <eitan monotonous org>
Date:   Wed Jul 13 16:33:19 2011 -0700

    Add "full scale" to antler settings.

 caribou/antler/antler_settings.py |    1 +
 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")),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]