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

wayland: QMessageBox contents are clipped

    XMLWordPrintable

Details

    • Linux/Wayland

    Description

      The text in the message box is only partially visible, the button is also very small and the minimize button is partially outside of the window.

      #include <QMessageBox>
      #include <QApplication>
      int main(int argc, char *argv[])
      {
          QApplication app(argc, argv);
          QMessageBox::about(nullptr, "Test", "Hello World");
      }
      

      Attachments

        1. qtbug137253.tar.gz
          0.7 kB
          Joni Poikelin
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            poikelin Joni Poikelin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes