aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml/splashscreen/main.qml
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-04-11 14:28:43 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-04-13 08:23:20 +0000
commit803f2999673c3f2ededdd6cbf569112c15636b3d (patch)
tree57512ccf376d2a96c2ad06e13a1ffb7efa084a6a /src/plugins/studiowelcome/qml/splashscreen/main.qml
parent0c1b5065c88a49dceca5cc14a8a92eb6c5b9a4bb (diff)
StudioPlugin: Revamp splash screen
* "Learn More" links to Qt Privacy policy webpage * Size changed * Design adjusted * The user now can choose between sending data and not sending data * The screen closes after the user chooses one of the options using a button. Task-number: QDS-6617 Change-Id: I8729f1bb6f9e7b74c6da8f1d62a4fc04456175c8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/studiowelcome/qml/splashscreen/main.qml')
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/studiowelcome/qml/splashscreen/main.qml b/src/plugins/studiowelcome/qml/splashscreen/main.qml
index 674bb47c9f..9ada7e7504 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/main.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/main.qml
@@ -27,8 +27,8 @@ import QtQuick 2.0
Item {
id: root
- width: 800
- height: 480
+ width: 720
+ height: 720
signal closeClicked
signal checkBoxToggled