1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

respect cornerRadius setting in more places

This commit is contained in:
bbedward
2025-09-21 11:47:28 -04:00
parent 118375f004
commit c8f87085a0
4 changed files with 8 additions and 8 deletions

View File

@@ -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,