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