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

windows: add minimum sizes

This commit is contained in:
bbedward
2025-11-25 13:58:08 -05:00
parent 80f6eb94aa
commit 004a014000
6 changed files with 139 additions and 168 deletions

View File

@@ -90,6 +90,7 @@ FloatingWindow {
objectName: "widgetSelectionPopup"
title: I18n.tr("Add Widget")
minimumSize: Qt.size(400, 350)
implicitWidth: 500
implicitHeight: 550
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)