diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-08-22 11:03:10 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-08-22 11:03:10 +0200 |
| commit | ac5d77d7ab74e9f8f5a3aca785f2d865a168e486 (patch) | |
| tree | b3bd7e050c7ceb226e0d3b72a59dbe637b946293 /components | |
| parent | 48add34d574f55e3b8053ba3ae18211999dc786c (diff) | |
| download | monzero-gui-ac5d77d7ab74e9f8f5a3aca785f2d865a168e486.tar.gz monzero-gui-ac5d77d7ab74e9f8f5a3aca785f2d865a168e486.tar.xz monzero-gui-ac5d77d7ab74e9f8f5a3aca785f2d865a168e486.zip | |
blocked title bar in wizard
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 3cd0d8ed..2ff59230 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -7,7 +7,7 @@ Rectangle { color: "#000000" y: -height property int mouseX: 0 - property string walletName: "Donations" + property string title: "Monero - Donations" property bool containsMouse: false property alias maximizeButtonVisible: maximizeButton.visible property alias basicButtonVisible: goToBasicVersionButton.visible @@ -19,7 +19,7 @@ Rectangle { font.pixelSize: 15 font.letterSpacing: -1 color: "#FFFFFF" - text: qsTr("Monero - %1").arg(titleBar.walletName) + text: titleBar.title } Behavior on y { |
