mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-31 22:26:23 +01:00
components: RemoteNodeEdit validate port number range
This commit is contained in:
parent
270a637924
commit
b34d5409e6
@ -96,6 +96,7 @@ GridLayout {
|
||||
fontColor: lineEditFontColor
|
||||
fontBold: lineEditFontBold
|
||||
fontSize: lineEditFontSize
|
||||
validator: IntValidator{bottom: 1; top: 65535;}
|
||||
|
||||
onEditingFinished: root.editingFinished()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user