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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user