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

QFontComboBox excessive width when open

XMLWordPrintable

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

      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);

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

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

              Created:
              Updated:

                There are no open Gerrit changes