feat: better launcher and osd animations
Slide not clip
This commit is contained in:
parent
bdd37012bb
commit
9d9042e029
4 changed files with 2 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ Item {
|
||||||
implicitWidth: listWrapper.width + padding * 2
|
implicitWidth: listWrapper.width + padding * 2
|
||||||
implicitHeight: search.height + listWrapper.height + padding * 2 + spacing
|
implicitHeight: search.height + listWrapper.height + padding * 2 + spacing
|
||||||
|
|
||||||
anchors.bottom: parent.bottom
|
anchors.top: parent.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
StyledRect {
|
StyledRect {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ Item {
|
||||||
|
|
||||||
visible: height > 0
|
visible: height > 0
|
||||||
height: 0
|
height: 0
|
||||||
clip: true
|
|
||||||
|
|
||||||
states: State {
|
states: State {
|
||||||
name: "visible"
|
name: "visible"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Column {
|
||||||
padding: Appearance.padding.large
|
padding: Appearance.padding.large
|
||||||
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.left: parent.left
|
||||||
|
|
||||||
spacing: Appearance.spacing.normal
|
spacing: Appearance.spacing.normal
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ Item {
|
||||||
|
|
||||||
visible: width > 0
|
visible: width > 0
|
||||||
width: 0
|
width: 0
|
||||||
clip: true
|
|
||||||
|
|
||||||
states: State {
|
states: State {
|
||||||
name: "visible"
|
name: "visible"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue