mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 13:59:26 +00:00
Make tab capitisation consistent
This commit is contained in:
parent
53d5c490be
commit
1880c6b3dc
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import QtQuick.Controls.Styles 1.1
|
||||||
import Ethereum 1.0
|
import Ethereum 1.0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
property var title: "New transaction"
|
property var title: "New Transaction"
|
||||||
property var menuItem
|
property var menuItem
|
||||||
|
|
||||||
objectName: "newTxView"
|
objectName: "newTxView"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue