1
0

Merge pull request #10192 from f321x/fix_padding_qml_exc_dialog

qml: android: add padding to report dialog in ExcDialog
This commit is contained in:
ghost43
2025-09-02 14:07:45 +00:00
committed by GitHub

View File

@@ -115,11 +115,14 @@ ElDialog
width: parent.width
height: parent.height
z: 1001 // above root
needsSystemBarPadding: false
header: null
Flickable {
anchors.fill: parent
anchors.topMargin: app.statusBarHeight
anchors.bottomMargin: app.navigationBarHeight
contentHeight: reportLabel.implicitHeight
interactive: height < contentHeight