summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/light-and-power/light.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp
index b56ae11..e959603 100644
--- a/core/settings/light-and-power/light.cpp
+++ b/core/settings/light-and-power/light.cpp
@@ -60,5 +60,5 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl )
int interval;
- interval = config.readNumEntry( "Interval_Dim", 30 );
+ interval = config.readNumEntry( "Interval_Dim", 20 );
interval_dim->setValue( interval );
- interval = config.readNumEntry( "Interval_LightOff", 20 );
+ interval = config.readNumEntry( "Interval_LightOff", 30 );
interval_lightoff->setValue( interval );