summaryrefslogtreecommitdiffstats
path: root/qml/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Main.qml')
-rw-r--r--qml/Main.qml12
1 files changed, 3 insertions, 9 deletions
diff --git a/qml/Main.qml b/qml/Main.qml
index a5fece0..6b5d816 100644
--- a/qml/Main.qml
+++ b/qml/Main.qml
@@ -28,8 +28,8 @@ Window {
width: qpa_platform == "wayland" ? 800 : Screen.desktopAvailableWidth
height: qpa_platform == "wayland" ? 600 : Screen.desktopAvailableHeight
- color: "black"
- property color qtpurple: '#ae32a0'
+ color: "white"
+ property color qtgreen: '#80c342'
Item {
id: root
@@ -335,16 +335,10 @@ Window {
width: urlLabel.width
height: urlLabel.height
- Rectangle {
- color: "black"
- opacity: 0.7
- anchors.fill: urlLabel
- }
-
Text {
id: urlLabel;
text: "http://www.qt.io/qt-for-device-creation"
- color: qtpurple
+ color: qtgreen
font.pixelSize: engine.sensibleButtonSize() * 0.2
font.bold: true
}