mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 02:30:33 +02:00
Merge pull request #1695
a30ce26
Fix daemon host/port setting to allow tab switching (sectioneight)
This commit is contained in:
commit
1c58d4377a
@ -63,7 +63,7 @@ GridLayout {
|
||||
return daemonAddr.text.trim() + ":" + daemonPort.text.trim()
|
||||
}
|
||||
|
||||
LineEditMulti {
|
||||
LineEdit {
|
||||
id: daemonAddr
|
||||
Layout.fillWidth: true
|
||||
placeholderText: qsTr("Remote Node Hostname / IP") + translationManager.emptyString
|
||||
@ -81,7 +81,7 @@ GridLayout {
|
||||
onEditingFinished: root.editingFinished()
|
||||
}
|
||||
|
||||
LineEditMulti {
|
||||
LineEdit {
|
||||
id: daemonPort
|
||||
Layout.fillWidth: true
|
||||
placeholderText: qsTr("Port") + translationManager.emptyString
|
||||
|
Loading…
Reference in New Issue
Block a user