Update: Changed theme.conf syntax.

This commit is contained in:
Keyitdev
2024-09-12 20:40:00 +02:00
parent e630cce6a8
commit 2bb6702a5d
7 changed files with 99 additions and 127 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ Item {
popup: Popup {
y: parent.height - username.height / 3
rightMargin: config.ForceRightToLeft == "true" ? usernameField.width / 2 : undefined
rightMargin: config.RightToLeftLayout == "true" ? usernameField.width / 2 : undefined
width: usernameField.width
implicitHeight: contentItem.implicitHeight
padding: 10