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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user