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

ComboBox: incorrect height

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.3.1
    • 5.3.0 Beta1
    • Quick: Controls 1
    • None
    • Windows 7
    • 38be2edc660e137ae549eb91d27cf1d14234149e

    Description

      ComboBox should be taller on Windows (especially noticeable on Classic theme).

      Please see the attached screenshots. Test project is also attached.

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      
      ApplicationWindow {
          visible: true
          width: 200
          height: 200
          title: qsTr("Hello World")
      
          ComboBox {
              anchors.centerIn: parent
              textRole: "text"
      
              editable: false
              model: ListModel {
                  ListElement { text: "Aaaa" }
                  ListElement { text: "Bbbb" }
                  ListElement { text: "Cccc" }
              }
          }
      }
      

      Attachments

        1. Aero.png
          Aero.png
          13 kB
        2. Classic.png
          Classic.png
          4 kB
        3. combo1.png
          combo1.png
          12 kB
        4. ComboBoxTest.zip
          10 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dedietri Gabriel de Dietrich (drgvond)
            zmeyc Andrey Fidrya
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes