Cleanup commented out lines
This commit is contained in:
@@ -17,7 +17,6 @@ StackLayout {
|
|||||||
property bool showViewActive: false
|
property bool showViewActive: false
|
||||||
|
|
||||||
currentIndex: showViewActive ? tabView.children.length - 3 : parentIndex
|
currentIndex: showViewActive ? tabView.children.length - 3 : parentIndex
|
||||||
//currentIndex: showView ? tabView.children.length - 3 : parentIndex
|
|
||||||
|
|
||||||
state: viewSelected ? "selected" : "deselected"
|
state: viewSelected ? "selected" : "deselected"
|
||||||
width: parent.width * viewSelected ? 0.95 : 0.8
|
width: parent.width * viewSelected ? 0.95 : 0.8
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ Item {
|
|||||||
DropShadow {
|
DropShadow {
|
||||||
anchors.fill: selector
|
anchors.fill: selector
|
||||||
verticalOffset: 5
|
verticalOffset: 5
|
||||||
//horizontalOffset: 5
|
|
||||||
samples: 20
|
samples: 20
|
||||||
color: "black"
|
color: "black"
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
@@ -24,7 +23,6 @@ Item {
|
|||||||
color: "white"
|
color: "white"
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: parent.width * 0.95
|
width: parent.width * 0.95
|
||||||
//anchors.fill: parent
|
|
||||||
visible: selected && maximized
|
visible: selected && maximized
|
||||||
radius: 10
|
radius: 10
|
||||||
}
|
}
|
||||||
@@ -42,11 +40,6 @@ Item {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
id: logo
|
id: logo
|
||||||
source: provider.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 {
|
ColorOverlay {
|
||||||
anchors.fill: logo
|
anchors.fill: logo
|
||||||
@@ -66,8 +59,6 @@ Item {
|
|||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.verticalCenterOffset: 4
|
anchors.verticalCenterOffset: 4
|
||||||
visible: maximized
|
visible: maximized
|
||||||
//verticalAlignment: Text.AlignVCenter
|
|
||||||
//height: parent.height
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user