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
@@ -12,7 +12,6 @@ Item {
DropShadow {
anchors.fill: selector
verticalOffset: 5
//horizontalOffset: 5
samples: 20
color: "black"
opacity: 0.5
@@ -24,7 +23,6 @@ Item {
color: "white"
height: parent.height
width: parent.width * 0.95
//anchors.fill: parent
visible: selected && maximized
radius: 10
}
@@ -42,11 +40,6 @@ Item {
anchors.fill: parent
id: logo
source: provider.logo
//y: parent.y + (parent.height / 2) - height / 2
//anchors.top: parent.verticalCenter
// anchors.verticalCenter: text.verticalCenter
//sourceSize.height: 50
//sourceSize.width: 50
}
ColorOverlay {
anchors.fill: logo
@@ -66,8 +59,6 @@ Item {
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: 4
visible: maximized
//verticalAlignment: Text.AlignVCenter
//height: parent.height
}
}
}