Remove erroneous anchors in ContentView providers

This commit is contained in:
2022-09-13 15:08:55 -06:00
parent 2fe0f918f9
commit e7004594fe
2 changed files with 0 additions and 2 deletions
@@ -12,7 +12,6 @@ Rectangle {
property var provider
property bool viewExit: false
property int currentView: 0
anchors.fill: parent
color: "#22282A"
Row {
anchors.fill: parent
@@ -13,7 +13,6 @@ Rectangle {
property int ySelect: 0
property int xSelect: 0
property bool viewExit: false
anchors.fill: parent
color: "#22282A"
Row {
Item {