Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.7.0 Beta
-
None
Description
If I place item with long into menu, the menu not resized to contain that item.
import QtQuick 2.6 import QtQuick.Controls 2.0 ApplicationWindow { visible: true width: 640 height: 480 Menu { x: 100 y: 100 MenuItem { text: "Test text" } MenuItem { text: "Test text, that is somewhat longer than background" } Component.onCompleted: open() } }
Attachments
Issue Links
- relates to
-
QTBUG-78281 QML ComboBox is eliding when it shouldn't
- Closed