mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-14 01:32:29 -04:00
Add system resource dropdown
This commit is contained in:
@@ -12,8 +12,8 @@ Rectangle {
|
||||
|
||||
signal clicked()
|
||||
|
||||
visible: weatherAvailable
|
||||
width: weatherAvailable ? Math.min(100, weatherRow.implicitWidth + Theme.spacingS * 2) : 0
|
||||
// Visibility is now controlled by TopBar.qml
|
||||
width: visible ? Math.min(100, weatherRow.implicitWidth + Theme.spacingS * 2) : 0
|
||||
height: 30
|
||||
radius: Theme.cornerRadius
|
||||
color: weatherArea.containsMouse ?
|
||||
|
||||
Reference in New Issue
Block a user