1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

dankbar: fix focusedapp & media text clipping

fixes #537
This commit is contained in:
bbedward
2025-10-23 23:15:53 -04:00
parent 0f55bbc148
commit 771920b38b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ BasePill {
return compactMode ? Math.min(baseWidth, maxCompactWidth - root.horizontalPadding * 2) : Math.min(baseWidth, maxNormalWidth - root.horizontalPadding * 2)
}
implicitHeight: root.widgetThickness - root.horizontalPadding * 2
clip: true
clip: false
IconImage {
id: appIcon
+1 -1
View File
@@ -162,7 +162,7 @@ BasePill {
anchors.verticalCenter: parent.verticalCenter
width: textWidth
height: 20
height: root.widgetThickness
visible: SettingsData.mediaSize > 0
clip: true
color: "transparent"