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
|
||||
implicitHeight: search.height + listWrapper.height + padding * 2 + spacing
|
||||
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
||||
StyledRect {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ Item {
|
|||
|
||||
visible: height > 0
|
||||
height: 0
|
||||
clip: true
|
||||
|
||||
states: State {
|
||||
name: "visible"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Column {
|
|||
padding: Appearance.padding.large
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: parent.right
|
||||
anchors.left: parent.left
|
||||
|
||||
spacing: Appearance.spacing.normal
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ Item {
|
|||
|
||||
visible: width > 0
|
||||
width: 0
|
||||
clip: true
|
||||
|
||||
states: State {
|
||||
name: "visible"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue