diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2017-02-23 19:47:58 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2017-02-23 19:52:06 +0100 |
| commit | faacd3d6a11efcb6dcf9a54ce55ed20e573b40f5 (patch) | |
| tree | ed5d7ba5a02dcdc5d705b71075e2d0f8bc03c9f6 /components/ProcessingSplash.qml | |
| parent | c6688dc876d4ab8e0cea6f34f4607bf3be9a3648 (diff) | |
| download | monzero-gui-faacd3d6a11efcb6dcf9a54ce55ed20e573b40f5.tar.gz monzero-gui-faacd3d6a11efcb6dcf9a54ce55ed20e573b40f5.tar.xz monzero-gui-faacd3d6a11efcb6dcf9a54ce55ed20e573b40f5.zip | |
start daemon automatically and detached
Diffstat (limited to 'components/ProcessingSplash.qml')
| -rw-r--r-- | components/ProcessingSplash.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/ProcessingSplash.qml b/components/ProcessingSplash.qml index d8dc0e84..2f6725db 100644 --- a/components/ProcessingSplash.qml +++ b/components/ProcessingSplash.qml @@ -61,7 +61,7 @@ Window { id: messageTitle text: "Please wait..." font { - pointSize: 22 + pixelSize: 22 } horizontalAlignment: Text.AlignHCenter Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter @@ -72,7 +72,7 @@ Window { Text { id: heightProgress font { - pointSize: 18 + pixelSize: 18 } horizontalAlignment: Text.AlignHCenter Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter |
