parent
4303d674dd
commit
b140596412
|
@ -203,10 +203,8 @@ Popup {
|
||||||
|
|
||||||
StatusQControls.StatusFlatRoundButton {
|
StatusQControls.StatusFlatRoundButton {
|
||||||
id: btnAddStickerPack
|
id: btnAddStickerPack
|
||||||
implicitHeight: 24
|
implicitHeight: 40
|
||||||
implicitWidth: 24
|
implicitWidth: 24
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
anchors.bottomMargin: Style.current.padding / 2
|
|
||||||
icon.name: "add"
|
icon.name: "add"
|
||||||
type: StatusQControls.StatusFlatRoundButton.Type.Tertiary
|
type: StatusQControls.StatusFlatRoundButton.Type.Tertiary
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
@ -231,8 +229,7 @@ Popup {
|
||||||
|
|
||||||
StatusScrollView {
|
StatusScrollView {
|
||||||
id: installedStickersSV
|
id: installedStickersSV
|
||||||
anchors.bottom: parent.bottom
|
height: 40
|
||||||
height: 32
|
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: stickersRowLayout
|
id: stickersRowLayout
|
||||||
|
@ -273,6 +270,9 @@ Popup {
|
||||||
color: Style.current.backgroundHover
|
color: Style.current.backgroundHover
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Item {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue