summaryrefslogtreecommitdiffstats
path: root/startupscreen/UsbButton.qml
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@qt.io>2024-01-19 10:02:52 +0200
committerKimmo Ollila <kimmo.ollila@qt.io>2024-01-23 12:16:42 +0000
commit4969bc3f2ef43d0809133e287814151dbb330d9b (patch)
treefe09aea7b360d03d26b3c4d64088f30a67a979a7 /startupscreen/UsbButton.qml
parentbe020936ec52bd189725d9cc415ede1dbd877a49 (diff)
Update startupscreen to match current brand guide
Task-number: QTBUG-120618 Change-Id: I511558ec7213af8e5be12093982a0d4e40145271 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'startupscreen/UsbButton.qml')
-rw-r--r--startupscreen/UsbButton.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/startupscreen/UsbButton.qml b/startupscreen/UsbButton.qml
index 315f9c8..ce4a554 100644
--- a/startupscreen/UsbButton.qml
+++ b/startupscreen/UsbButton.qml
@@ -60,13 +60,6 @@ Item {
state: !available ? "" : (connected ? "connected" : "error")
- Rectangle {
- id: buttonBackground
- anchors.fill: parent
- color: "#3a4055"
- radius: 0
- }
-
// changing button state
MouseArea {
anchors.fill: parent