forked from Public/monero-gui
components: RemoteNodeEdit validate port number range
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user