We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ad678 commit 14cc931Copy full SHA for 14cc931
src/app/main.qml
@@ -10,7 +10,7 @@ import ScratchCPP.Render
10
ApplicationWindow {
11
id: root
12
minimumWidth: layout.implicitWidth + layout.anchors.margins * 2
13
- minimumHeight: layout.implicitHeight + layout.anchors.margins * 2
+ minimumHeight: menuBar.height + layout.implicitHeight + layout.anchors.margins * 2
14
visible: true
15
title: "ScratchCPP"
16
color: Material.background
0 commit comments