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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user