Merge pull request #10579 from f321x/qml_relay_list_padding

qml: add top padding to nostr relay url list
This commit is contained in:
accumulator
2026-04-14 18:18:05 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -70,6 +70,7 @@ ElDialog {
Layout.fillWidth: true
Layout.fillHeight: true
font.family: FixedFont
topPadding: constants.paddingLarge
wrapMode: TextEdit.WrapAnywhere
onTextChanged: valid = verify(text)
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
@@ -19,6 +19,7 @@ Flickable {
property alias inputMethodHints: edit.inputMethodHints
property alias placeholderText: edit.placeholderText
property alias color: edit.color
property alias topPadding: rootpane.topPadding
readonly property bool anyActiveFocus: activeFocus || edit.activeFocus
contentWidth: rootpane.width