1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Remove dynamic borders

This commit is contained in:
bbedward
2025-07-14 15:06:56 -04:00
parent 3b16ae73c7
commit c9a256bb79
12 changed files with 18 additions and 23 deletions

View File

@@ -531,11 +531,6 @@ QtObject {
return popupTransparency
}
function getPopupBorderAlpha() {
// Borders can be more transparent than the main content
return popupTransparency * 0.6
}
// Convenience functions for themed backgrounds with transparency
function popupBackground() {
return Qt.rgba(surfaceContainer.r, surfaceContainer.g, surfaceContainer.b, popupTransparency)