Remove erroneous anchors in ContentView providers
This commit is contained in:
@@ -12,7 +12,6 @@ Rectangle {
|
|||||||
property var provider
|
property var provider
|
||||||
property bool viewExit: false
|
property bool viewExit: false
|
||||||
property int currentView: 0
|
property int currentView: 0
|
||||||
anchors.fill: parent
|
|
||||||
color: "#22282A"
|
color: "#22282A"
|
||||||
Row {
|
Row {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ Rectangle {
|
|||||||
property int ySelect: 0
|
property int ySelect: 0
|
||||||
property int xSelect: 0
|
property int xSelect: 0
|
||||||
property bool viewExit: false
|
property bool viewExit: false
|
||||||
anchors.fill: parent
|
|
||||||
color: "#22282A"
|
color: "#22282A"
|
||||||
Row {
|
Row {
|
||||||
Item {
|
Item {
|
||||||
|
|||||||
Reference in New Issue
Block a user