Update: moved SessionButton to LoginForm.qml, fixed some issues with popups, replaced anchors with layout (session button).

This commit is contained in:
Keyitdev
2024-12-21 01:44:28 +01:00
parent 95d664e483
commit 2e016cc360
4 changed files with 49 additions and 51 deletions
+2 -7
View File
@@ -26,7 +26,8 @@ Pane {
palette.buttonText: config.HoverSystemButtonsIconsColor
font.family: config.Font
font.pointSize: config.FontSize !== "" ? config.FontSize : parseInt(height / 80)
font.pointSize: config.FontSize !== "" ? config.FontSize : parseInt(height / 80) || 13
focus: true
property bool leftleft: config.HaveFormBackground == "true" &&
@@ -83,12 +84,6 @@ Pane {
anchors.left: config.FormPosition == "left" ? parent.left : undefined
anchors.right: config.FormPosition == "right" ? parent.right : undefined
z: 1
SessionButton {
id: sessionSelect
anchors.bottom: parent.bottom
anchors.bottomMargin: parent.height/16
}
}
Button {