Cleanup commented out lines
This commit is contained in:
@@ -17,7 +17,6 @@ StackLayout {
|
||||
property bool showViewActive: false
|
||||
|
||||
currentIndex: showViewActive ? tabView.children.length - 3 : parentIndex
|
||||
//currentIndex: showView ? tabView.children.length - 3 : parentIndex
|
||||
|
||||
state: viewSelected ? "selected" : "deselected"
|
||||
width: parent.width * viewSelected ? 0.95 : 0.8
|
||||
|
||||
Reference in New Issue
Block a user