mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
components: RemoteNodeEdit validate port number range
This commit is contained in:
parent
270a637924
commit
b34d5409e6
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ GridLayout {
|
||||||
fontColor: lineEditFontColor
|
fontColor: lineEditFontColor
|
||||||
fontBold: lineEditFontBold
|
fontBold: lineEditFontBold
|
||||||
fontSize: lineEditFontSize
|
fontSize: lineEditFontSize
|
||||||
|
validator: IntValidator{bottom: 1; top: 65535;}
|
||||||
|
|
||||||
onEditingFinished: root.editingFinished()
|
onEditingFinished: root.editingFinished()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue