qml: android: add padding to report dialog in ExcDialog
Adds padding to the report content dialog in the QML ExceptionDialog if required on android. Followup https://github.com/spesmilo/electrum/pull/10178
This commit is contained in:
@@ -115,11 +115,14 @@ ElDialog
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
z: 1001 // above root
|
z: 1001 // above root
|
||||||
|
needsSystemBarPadding: false
|
||||||
|
|
||||||
header: null
|
header: null
|
||||||
|
|
||||||
Flickable {
|
Flickable {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.topMargin: app.statusBarHeight
|
||||||
|
anchors.bottomMargin: app.navigationBarHeight
|
||||||
contentHeight: reportLabel.implicitHeight
|
contentHeight: reportLabel.implicitHeight
|
||||||
interactive: height < contentHeight
|
interactive: height < contentHeight
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user