Skip to content

Commit 01025f8

Browse files
committed
Remove stage border
1 parent 6ed070d commit 01025f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/qml/main.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ ApplicationWindow {
127127
spriteFencing: false
128128
turboMode: AppMenuBar.turboMode
129129
fps: AppMenuBar.fps60Mode ? 60 : 30
130-
stageRect.border.color: Material.theme == Material.Dark ? Qt.rgba(1, 1, 1, 0.15) : Qt.rgba(0, 0, 0, 0.15)
131-
stageRect.border.width: 5
132130
}
133131
}
134132
}

0 commit comments

Comments
 (0)