Re-implement better scaling with new icon spacing

This commit is contained in:
Ryan Hughes
2026-05-22 13:30:53 -04:00
parent 20cfa2f84e
commit e8fc2ef08f
8 changed files with 110 additions and 64 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ PanelWindow {
property var owner: null
property int margin: Style.gapsOut
property int padding: Style.spacing.popupPadding
property int contentWidth: 280
property int contentHeight: 200
property int contentWidth: Style.space(280)
property int contentHeight: Style.space(200)
property bool open: false
property int gap: Style.gapsOut // distance between bar edge and panel
property bool popoutSwitching: false