Update: Refactored how layout positioning works.

This commit is contained in:
Keyitdev
2026-07-10 19:03:51 +02:00
parent 61e74ac096
commit 60a73a22ef
6 changed files with 170 additions and 115 deletions
+2 -4
View File
@@ -9,7 +9,7 @@ import QtQuick.Controls 2.15
Item {
id: sessionButton
height: root.font.pointSize
height: selectSession.height
width: parent.width / 2
property var selectedSession: selectSession.currentIndex
@@ -20,9 +20,7 @@ Item {
ComboBox {
id: selectSession
// important
// change also in errorMessage
height: root.font.pointSize * 2
height: root.font.pointSize
anchors.horizontalCenter: parent.horizontalCenter
hoverEnabled: true