mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-25 05:52:50 -05:00
respect cornerRadius setting in more places
This commit is contained in:
@@ -245,7 +245,7 @@ DankPopout {
|
||||
Rectangle {
|
||||
width: batteryContentRow.implicitWidth + Theme.spacingS * 2
|
||||
height: 40
|
||||
radius: 20
|
||||
radius: Theme.cornerRadius
|
||||
color: batteryMouseArea.containsMouse ? Qt.rgba(
|
||||
Theme.primary.r,
|
||||
Theme.primary.g,
|
||||
|
||||
Reference in New Issue
Block a user