Cleanup commented out lines

This commit is contained in:
2022-09-13 21:36:57 -06:00
parent a38221cca2
commit afb7a456a1
2 changed files with 0 additions and 10 deletions
@@ -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