Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37451

MenuSeparator is incorrectly positioned on Windows 7

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.0 Beta1
    • 5.2.1
    • Quick: Controls 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              dedietri Gabriel de Dietrich (drgvond)
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes