Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.2.1
-
Fix Version/s: 5.3.0 Beta1
-
Component/s: Quick: Controls 1
-
Labels:None
-
Environment:Windows 7
Aero Style
qtquickcontrols.git at SHA1 d04d7429305d4941bfdbff7b7aa7c1472889d8b3
-
Commits:9cd2dac348f45c4b93f74f8ebe20d7528821f003
Description
It's shifted a few pixels to the left.
import QtQuick 2.1 import QtQuick.Controls 1.0 Rectangle { width: 360 height: 360 Button { anchors.centerIn: parent text: "Menu" onClicked: menu.popup() } Menu { id: menu title: "Edit" MenuItem { text: "Stuff" } MenuSeparator { } MenuItem { text: "About" } } }
Attachments
Issue Links
- relates to
-
QTBUG-38376 REG [4.8.? -> 4.8.6] Menus with lots of actions don't wrap correctly on Windows (Vista Style)
-
- Closed
-