Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.1
-
None
-
Windows 7
Aero Style
qtquickcontrols.git at SHA1 d04d7429305d4941bfdbff7b7aa7c1472889d8b3
-
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