1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 12:52:06 -04:00

Tighten init toast

This commit is contained in:
purian23
2026-02-13 20:25:40 -05:00
committed by bbedward
parent ebe38322a0
commit ed495d4396

View File

@@ -99,7 +99,7 @@ PanelWindow {
WlrLayershell.exclusiveZone: -1
WlrLayershell.keyboardFocus: WlrKeyboardFocus.None
color: "transparent"
implicitWidth: screen ? Math.min(420, Math.max(320, screen.width * 0.25)) : 400
implicitWidth: screen ? Math.min(400, Math.max(320, screen.width * 0.23)) : 380
implicitHeight: {
if (!descriptionExpanded)
return basePopupHeight;