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
|
||||
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