diff --git a/src/advancedconfig.cpp b/src/advancedconfig.cpp --- a/src/advancedconfig.cpp +++ b/src/advancedconfig.cpp @@ -42,6 +42,7 @@ configUi = new Ui::AdvancedConfig(); configUi->setupUi(this); configUi->syncExplanation->setFont(QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont)); + configUi->syncWarning->setFont(QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont)); load(); diff --git a/src/ui/advancedconfig.ui b/src/ui/advancedconfig.ui --- a/src/ui/advancedconfig.ui +++ b/src/ui/advancedconfig.ui @@ -6,8 +6,8 @@ 0 0 - 547 - 409 + 515 + 477 @@ -151,7 +151,7 @@ - + 250 @@ -168,7 +168,7 @@ - + 250 @@ -229,12 +229,6 @@ 0 - - - 320 - 90 - - Settings synchronization allows you to transfer the following Plasma settings to SDDM: color scheme, cursor theme, font, font rendering, NumLock preference, Plasma theme, and scaling DPI. @@ -246,6 +240,26 @@ + + + + Please note that theme files must be installed globally (in the root directory) for settings synchronization to work. + + + true + + + + + + + + 250 + 2 + + + + @@ -257,6 +271,11 @@
kurlrequester.h
1 + + KSeparator + QFrame +
kseparator.h
+