Remove some unused code/comments and a few empty lines
This commit is contained in:
parent
fbf8671012
commit
2ffe9ae885
5 changed files with 0 additions and 18 deletions
|
@ -39,9 +39,4 @@ Column {
|
||||||
property: "contentY"
|
property: "contentY"
|
||||||
duration: 200
|
duration: 200
|
||||||
}
|
}
|
||||||
onSetActiveArea: {
|
|
||||||
if(activeAreaTitle && flickable) {
|
|
||||||
// flickable.scrollToTop();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,13 +103,4 @@ Item {
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
clip: true
|
clip: true
|
||||||
}
|
}
|
||||||
// Column {
|
|
||||||
// id: content
|
|
||||||
// width: parent.width
|
|
||||||
// anchors.top: button.bottom
|
|
||||||
// bottomPadding: Theme.paddingLarge
|
|
||||||
// height: 0
|
|
||||||
// opacity: 0
|
|
||||||
// clip: true
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,5 @@ import Sailfish.Silica 1.0
|
||||||
Grid {
|
Grid {
|
||||||
width: parent.width - ( 2 * x )
|
width: parent.width - ( 2 * x )
|
||||||
columns: (appWindow.deviceOrientation & Orientation.LandscapeMask) || Screen.sizeCategory === Screen.Large || Screen.sizeCategory === Screen.ExtraLarge ? 2 : 1
|
columns: (appWindow.deviceOrientation & Orientation.LandscapeMask) || Screen.sizeCategory === Screen.Large || Screen.sizeCategory === Screen.ExtraLarge ? 2 : 1
|
||||||
|
|
||||||
readonly property real columnWidth: width/columns
|
readonly property real columnWidth: width/columns
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -165,7 +165,6 @@ AccordionItem {
|
||||||
}
|
}
|
||||||
Behavior on height { SmoothedAnimation { duration: 200 } }
|
Behavior on height { SmoothedAnimation { duration: 200 } }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -263,5 +263,4 @@ AccordionItem {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue