UserInterface: more adjustments

This commit is contained in:
Ly-sec
2025-12-02 15:24:49 +01:00
parent 19fde6731a
commit d31e69ad63
32 changed files with 87 additions and 86 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ Popup {
background: Rectangle {
color: Color.mSurface
radius: Style.cRadiusL
radius: Style.iRadiusL
border.color: Color.mPrimary
border.width: Style.borderM
}
@@ -94,7 +94,7 @@ Popup {
delegate: Rectangle {
width: grid.cellWidth
height: grid.cellHeight
radius: Style.cRadiusS
radius: Style.iRadiusS
color: (root.selectedIcon === modelData) ? Qt.alpha(Color.mPrimary, 0.15) : Color.transparent
border.color: (root.selectedIcon === modelData) ? Color.mPrimary : Color.transparent