Several changes, fix messy behaviour for PillIndicator, fix System Settings size, fix logout button
This commit is contained in:
parent
8c2df56fb5
commit
7e52df59bc
8 changed files with 81 additions and 37 deletions
|
|
@ -106,14 +106,13 @@ Item {
|
|||
iconCircleColor: Theme.accentPrimary
|
||||
iconTextColor: Theme.backgroundPrimary
|
||||
textColor: Theme.textPrimary
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onEntered: {
|
||||
getBrightness()
|
||||
brightnessTooltip.tooltipVisible = true
|
||||
pill.show()
|
||||
pill.showDelayed()
|
||||
}
|
||||
onExited: {
|
||||
brightnessTooltip.tooltipVisible = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue