1
0

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:
f321x
2025-09-02 10:32:10 +02:00
parent 7dc33d1fe1
commit debb4da90d

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