[caribou] antler: Use custom theme by default.



commit ffb261023de0a2b918a0245c05f680e0c644d7f1
Author: Eitan Isaacson <eitan monotonous org>
Date:   Mon Sep 5 12:09:44 2011 -0700

    antler: Use custom theme by default.

 caribou/antler/antler_settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/caribou/antler/antler_settings.py b/caribou/antler/antler_settings.py
index 12e54c9..6ee7473 100644
--- a/caribou/antler/antler_settings.py
+++ b/caribou/antler/antler_settings.py
@@ -19,7 +19,7 @@ AntlerSettings = SettingsTopGroup(
                                      # Translators: Keyboard type (scanned grid by rows/columns)
                                      (('scan'), _('Scan'))]),
                         BooleanSetting("use_system", _("Use System Theme"),
-                                       True, _("Use System Theme")),
+                                       False, _("Use System Theme")),
                         FloatSetting("min_alpha", _("Minimum Alpha"),
                                      0.2, _("Minimal opacity of keyboard"),
                                      min=0.0, max=1.0),



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