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