mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 02:37:25 -04:00
Merge pull request #1695
a30ce26 Fix daemon host/port setting to allow tab switching (sectioneight)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user