- 
    Bug 
- 
    Resolution: Fixed
- 
    P2: Important 
- 
    6.6.2
- 
        c283d4473 (dev), 8b2a4913c (6.7)
Run attached example, click show details. The text in the details goes over the frame.
import QtQuick import QtQuick.Window import QtQuick.Controls.Material import QtQuick.Dialogs ApplicationWindow { id: root width: 800 height: 600 visible: true MessageDialog { id: m informativeText: "Click show details" detailedText: "A message dialog is used to inform the user, or ask the user a question. A message dialog displays a primary text to alert the user to a situation, an informative text to further explain the alert or to ask the user a question, and an optional detailed text to provide even more data if the user requests it. A message box can also display a configurable set of buttons for accepting a user response" } Component.onCompleted: m.open() }
| For Gerrit Dashboard: QTBUG-123763 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 554280,9 | Fix top padding in Material style textarea | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 | 
| 555710,2 | Fix top padding in Material style textarea | 6.7 | qt/qtdeclarative | Status: MERGED | +2 | 0 |