Removed dead code in sheel.qml
This commit is contained in:
parent
922a8183d2
commit
1d409531a4
1 changed files with 0 additions and 13 deletions
13
shell.qml
13
shell.qml
|
|
@ -217,17 +217,4 @@ Scope {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
|
||||||
width: 200 * Theme.uiScale
|
|
||||||
height: 40 * Theme.uiScale
|
|
||||||
color: "#333"
|
|
||||||
anchors.top: parent.top
|
|
||||||
anchors.left: parent.left
|
|
||||||
Text {
|
|
||||||
text: "UI Scale Demo"
|
|
||||||
anchors.centerIn: parent
|
|
||||||
font.pixelSize: 16 * Theme.uiScale
|
|
||||||
color: "white"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue