removed unused code

This commit is contained in:
vladimir.kuznetsov 2023-01-17 17:11:45 +03:00
parent 3175b0c4ff
commit b9717e9894
8 changed files with 2 additions and 543 deletions

View file

@ -85,14 +85,14 @@ Window {
}
Rectangle {
y: GC.isDesktop() ? titleBar.height : 0
y: 0
anchors.fill: parent
color: "white"
}
StackView {
id: pageLoader
y: GC.isDesktop() ? titleBar.height : 0
y: 0
anchors.fill: parent
focus: true