diff --git a/ui/nim-status-client.pro b/ui/nim-status-client.pro index eac56d108c..983e4ed1be 100644 --- a/ui/nim-status-client.pro +++ b/ui/nim-status-client.pro @@ -319,6 +319,7 @@ DISTFILES += \ shared/PopupMenu.qml \ shared/Identicon.qml \ shared/CopyToClipBoardButton.qml \ + shared/GasSelector.qml \ shared/RoundedImage.qml \ shared/SearchBox.qml \ shared/Select.qml \ diff --git a/ui/shared/GasSelector.qml b/ui/shared/GasSelector.qml index 69b4c1d4d4..69ab0ec8c8 100644 --- a/ui/shared/GasSelector.qml +++ b/ui/shared/GasSelector.qml @@ -158,8 +158,8 @@ Item { customHeight: 56 anchors.top: parent.top anchors.left: parent.left - anchors.right: undefined - width: 222 + anchors.right: inputGasPrice.left + anchors.rightMargin: Style.current.padding onTextChanged: { if (root.validate(inputGasLimit.text.trim())) { inputGasLimit.validationError = ""