Fix: Cleaned up some code.

This commit is contained in:
Keyitdev
2024-12-18 01:13:04 +01:00
parent a7dd8a931e
commit 95d664e483
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ ColumnLayout {
id: formContainer
SDDM.TextConstants { id: textConstants }
property int p: config.ScreenPadding
property int p: config.ScreenPadding == "" ? 0 : config.ScreenPadding
property string a: config.FormPosition
Clock {