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

QFontComboBox excessive width when open

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.6, 6.7
    • GUI: Look'n'Feel
    • None

    Description

      When opening the QFontComboBox the width is larger than the control.
      See the following image.
      I assume is not an intended behavior..

      On our application we see the problem appearing in Windows, Mac, Wasm. 
      You can easily replicate with the example "Standard Dialogs".
      Aafter line 179
        layout->addWidget(multiLineTextLabel, 4, 1);

      add the following

      QFontComboBox *fontComboBox =
              new QFontComboBox();

      layout->addWidget(fontComboBox,5,1);

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            domezuk Domenico Zucchetti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes