Merge pull request #10579 from f321x/qml_relay_list_padding
qml: add top padding to nostr relay url list
This commit is contained in:
@@ -70,6 +70,7 @@ ElDialog {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
font.family: FixedFont
|
font.family: FixedFont
|
||||||
|
topPadding: constants.paddingLarge
|
||||||
wrapMode: TextEdit.WrapAnywhere
|
wrapMode: TextEdit.WrapAnywhere
|
||||||
onTextChanged: valid = verify(text)
|
onTextChanged: valid = verify(text)
|
||||||
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
|
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ Flickable {
|
|||||||
property alias inputMethodHints: edit.inputMethodHints
|
property alias inputMethodHints: edit.inputMethodHints
|
||||||
property alias placeholderText: edit.placeholderText
|
property alias placeholderText: edit.placeholderText
|
||||||
property alias color: edit.color
|
property alias color: edit.color
|
||||||
|
property alias topPadding: rootpane.topPadding
|
||||||
readonly property bool anyActiveFocus: activeFocus || edit.activeFocus
|
readonly property bool anyActiveFocus: activeFocus || edit.activeFocus
|
||||||
|
|
||||||
contentWidth: rootpane.width
|
contentWidth: rootpane.width
|
||||||
|
|||||||
Reference in New Issue
Block a user