mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 08:42:13 -04:00
@@ -354,7 +354,7 @@ DankPopout {
|
|||||||
|
|
||||||
readonly property real thickness: Math.max(4, Math.min(width, height) / 15)
|
readonly property real thickness: Math.max(4, Math.min(width, height) / 15)
|
||||||
readonly property real glowExtra: thickness * 1.4
|
readonly property real glowExtra: thickness * 1.4
|
||||||
readonly property real arcPadding: thickness / 1.3
|
readonly property real arcPadding: (thickness + glowExtra) / 2
|
||||||
|
|
||||||
readonly property real innerDiameter: width - (arcPadding + thickness + glowExtra) * 2
|
readonly property real innerDiameter: width - (arcPadding + thickness + glowExtra) * 2
|
||||||
readonly property real maxTextWidth: innerDiameter * 0.9
|
readonly property real maxTextWidth: innerDiameter * 0.9
|
||||||
|
|||||||
Reference in New Issue
Block a user