mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
UserInterface: more adjustments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user