mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-27 06:52:50 -05:00
launcher v2: general styling fixes
- scrollbar - footer alignment - radii - hover colors
This commit is contained in:
@@ -19,7 +19,7 @@ Rectangle {
|
||||
width: parent?.width ?? 200
|
||||
height: 32
|
||||
color: isSticky ? "transparent" : (hoverArea.containsMouse ? Theme.surfaceHover : "transparent")
|
||||
radius: Theme.cornerRadius / 2
|
||||
radius: Theme.cornerRadius
|
||||
|
||||
MouseArea {
|
||||
id: hoverArea
|
||||
|
||||
Reference in New Issue
Block a user