update
This commit is contained in:
parent
9985053f82
commit
fc1b62d4a3
|
@ -1138,6 +1138,7 @@ Item {
|
||||||
clip: true
|
clip: true
|
||||||
currentIndex: -1
|
currentIndex: -1
|
||||||
model: control_popup.childModel
|
model: control_popup.childModel
|
||||||
|
boundsBehavior: ListView.StopAtBounds
|
||||||
ScrollBar.vertical: FluScrollBar {}
|
ScrollBar.vertical: FluScrollBar {}
|
||||||
delegate:Button{
|
delegate:Button{
|
||||||
id:item_button
|
id:item_button
|
||||||
|
|
|
@ -1138,6 +1138,7 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
clip: true
|
clip: true
|
||||||
currentIndex: -1
|
currentIndex: -1
|
||||||
|
boundsBehavior: ListView.StopAtBounds
|
||||||
model: control_popup.childModel
|
model: control_popup.childModel
|
||||||
ScrollBar.vertical: FluScrollBar {}
|
ScrollBar.vertical: FluScrollBar {}
|
||||||
delegate:Button{
|
delegate:Button{
|
||||||
|
|
Loading…
Reference in New Issue