We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbf597 commit 5ae62c0Copy full SHA for 5ae62c0
2 files changed
electrum/gui/qml/components/NostrConfigDialog.qml
@@ -70,7 +70,6 @@ ElDialog {
70
Layout.fillWidth: true
71
Layout.fillHeight: true
72
font.family: FixedFont
73
- topPadding: constants.paddingLarge
74
wrapMode: TextEdit.WrapAnywhere
75
onTextChanged: valid = verify(text)
76
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
electrum/gui/qml/components/controls/ElTextArea.qml
@@ -49,6 +49,7 @@ Flickable {
49
width: root.width
50
height: Math.max(root.height, edit.height + topPadding + bottomPadding)
51
padding: constants.paddingXSmall
52
+ topPadding: constants.paddingLarge
53
TextArea {
54
id: edit
55
width: parent.width
0 commit comments