diff --git a/ui/shared/GasSelector.qml b/ui/shared/GasSelector.qml index b64ecb4735..2c80aa1969 100644 --- a/ui/shared/GasSelector.qml +++ b/ui/shared/GasSelector.qml @@ -179,6 +179,9 @@ Item { anchors.right: inputGasPrice.left anchors.rightMargin: Style.current.padding placeholderText: "21000" + validator: IntValidator{ + bottom: 1 + } validationErrorAlignment: TextEdit.AlignRight validationErrorTopMargin: 8 onTextChanged: {