summaryrefslogtreecommitdiff
path: root/gui/components/Splash.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-17 19:49:15 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-11-23 21:51:05 +0100
commit9413b50cba3d8b4c9a8b6474729483b775aa5619 (patch)
tree6dfff47d63647f965727eb8a72198286b220df9c /gui/components/Splash.qml
parent7cdbe15b46a2c2ac94b10f27092b190147f2124f (diff)
[ui] nospy and sizes
Diffstat (limited to 'gui/components/Splash.qml')
-rw-r--r--gui/components/Splash.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Splash.qml b/gui/components/Splash.qml
index 0529d76..8cc9bd9 100644
--- a/gui/components/Splash.qml
+++ b/gui/components/Splash.qml
@@ -27,7 +27,7 @@ Page {
VerticalSpacer {
visible: true
- height: root.height * 0.10
+ height: root.height * 0.22
}
ProgressBar {