increased default gas from 500 to 5000

This commit is contained in:
obscuren 2014-10-27 12:25:54 +01:00
parent 797b93c98c
commit 003280888d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Rectangle {
width: 50 width: 50
validator: RegExpValidator { regExp: /\d*/ } validator: RegExpValidator { regExp: /\d*/ }
placeholderText: "Gas" placeholderText: "Gas"
text: "500" text: "5000"
} }
Label { Label {
id: atLabel id: atLabel