Revert "Provide better scaling"

This reverts commit 3ea8d9ffb7.
This commit is contained in:
David Heinemeier Hansson
2026-05-22 17:41:30 +02:00
parent bbdf873aec
commit b5079bdbad
13 changed files with 70 additions and 116 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: Style.space(280)
property int contentHeight: Style.space(200)
property int contentWidth: 280
property int contentHeight: 200
property bool open: false
property int gap: Style.gapsOut // distance between bar edge and panel
property bool popoutSwitching: false
+2 -2
View File
@@ -11,8 +11,8 @@ PopupWindow {
property var owner: null
property int margin: Style.gapsOut
property int padding: Style.spacing.popupPadding
property int contentWidth: Style.space(280)
property int contentHeight: Style.space(200)
property int contentWidth: 280
property int contentHeight: 200
property color borderColor: Color.popups.border
property bool open: false
property bool centerOnBar: false