Skip to content

Commit 14a10f0

Browse files
committed
fix: adjust WindowedFrame layout width
Changed Layout.preferredWidth from 362 to 365 to fix layout alignment issues This minor width adjustment ensures proper UI element positioning and prevents visual glitches The change maintains the overall layout structure while improving visual consistency fix: 调整 WindowedFrame 布局宽度 将 Layout.preferredWidth 从 362 改为 365 以修复布局对齐问题 这个微小的宽度调整确保了 UI 元素的正确位置并防止视觉瑕疵 该更改保持了整体布局结构同时提高了视觉一致性 Pms: BUG-330553
1 parent 405107f commit 14a10f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qml/windowed/WindowedFrame.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ InputEventItem {
138138
}
139139
}
140140
Layout.fillHeight: true
141-
Layout.preferredWidth: 362
141+
Layout.preferredWidth: 365
142142
Layout.alignment: Qt.AlignRight | Qt.AlignTop
143143
Layout.leftMargin: Helper.frequentlyUsed.leftMargin
144144
Layout.rightMargin: Helper.frequentlyUsed.rightMargin

0 commit comments

Comments
 (0)