mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
Update: Added states to virtual keyboard button, improved readability.
This commit is contained in:
@@ -375,6 +375,7 @@ Column {
|
||||
Item {
|
||||
id: login
|
||||
// important
|
||||
// try 4 or 9 ...
|
||||
height: root.font.pointSize * 9
|
||||
width: parent.width / 2
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
||||
@@ -120,11 +120,11 @@ Item {
|
||||
when: selectSession.down
|
||||
PropertyChanges {
|
||||
target: displayedItem
|
||||
color: Qt.darker(root.palette.highlight, 1.1)
|
||||
color: Qt.darker(root.palette.toolTipBase, 1.1)
|
||||
}
|
||||
PropertyChanges {
|
||||
target: selectSession.background
|
||||
border.color: Qt.darker(root.palette.highlight, 1.1)
|
||||
border.color: Qt.darker(root.palette.toolTipBase, 1.1)
|
||||
}
|
||||
},
|
||||
State {
|
||||
@@ -132,11 +132,11 @@ Item {
|
||||
when: selectSession.hovered
|
||||
PropertyChanges {
|
||||
target: displayedItem
|
||||
color: Qt.lighter(root.palette.highlight, 1.1)
|
||||
color: Qt.lighter(root.palette.toolTipBase, 1.1)
|
||||
}
|
||||
PropertyChanges {
|
||||
target: selectSession.background
|
||||
border.color: Qt.lighter(root.palette.highlight, 1.1)
|
||||
border.color: Qt.lighter(root.palette.toolTipBase, 1.1)
|
||||
}
|
||||
},
|
||||
State {
|
||||
@@ -144,11 +144,11 @@ Item {
|
||||
when: selectSession.visualFocus
|
||||
PropertyChanges {
|
||||
target: displayedItem
|
||||
color: root.palette.highlight
|
||||
color: root.palette.toolTipBase
|
||||
}
|
||||
PropertyChanges {
|
||||
target: selectSession.background
|
||||
border.color: root.palette.highlight
|
||||
border.color: root.palette.toolTipBase
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user