summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/light.cpp
Side-by-side diff
Diffstat (limited to 'core/settings/light-and-power/light.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/light.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp
index 424a64c..1c61787 100644
--- a/core/settings/light-and-power/light.cpp
+++ b/core/settings/light-and-power/light.cpp
@@ -126,2 +126,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags )
+//
if (m_cres) {
@@ -182,2 +183,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags )
tabs-> setCurrentPage ( 0 );
+ brightness->setFocus();
}
@@ -185,2 +187,3 @@ LightSettings::LightSettings( QWidget* parent, const char* name, WFlags )
tabs-> setCurrentPage ( 1 );
+ brightness_ac->setFocus();
}