[UI] Fixed "File" menu dropdown width.
This commit is contained in:
parent
bd3995d4f4
commit
8a993db7c0
|
@ -390,7 +390,7 @@ ApplicationWindow {
|
||||||
Menu {
|
Menu {
|
||||||
id: fileMenuBarItem
|
id: fileMenuBarItem
|
||||||
title: "File"
|
title: "File"
|
||||||
width: 100
|
width: 150
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
implicitWidth: parent.width
|
implicitWidth: parent.width
|
||||||
implicitHeight: 10
|
implicitHeight: 10
|
||||||
|
|
Loading…
Reference in a new issue