From ffb261023de0a2b918a0245c05f680e0c644d7f1 Mon Sep 17 00:00:00 2001 From: Eitan Isaacson Date: Mon, 5 Sep 2011 12:09:44 -0700 Subject: antler: Use custom theme by default. --- caribou/antler/antler_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caribou') 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), -- cgit v1.2.1