parent
3f12320764
commit
b6f362ddb5
|
@ -179,12 +179,19 @@ Popup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
|
||||||
spacing: Style.current.padding
|
ScrollView {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: btnHistory.right
|
anchors.left: btnHistory.right
|
||||||
anchors.leftMargin: Style.current.padding
|
anchors.leftMargin: Style.current.padding
|
||||||
|
anchors.right: parent.right
|
||||||
|
height: 32
|
||||||
|
clip: true
|
||||||
|
id: installedStickersSV
|
||||||
|
ScrollBar.vertical.policy: ScrollBar.AlwaysOff
|
||||||
|
RowLayout {
|
||||||
|
id: stickersRowLayout
|
||||||
|
spacing: Style.current.padding
|
||||||
Repeater {
|
Repeater {
|
||||||
id: stickerPackListView
|
id: stickerPackListView
|
||||||
property int selectedPackId: -1
|
property int selectedPackId: -1
|
||||||
|
@ -207,7 +214,7 @@ Popup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue