ListView and RibbonMessageListView: Use RibbonScrollBar.

This commit is contained in:
Mentalflow 2024-03-30 18:58:06 +08:00
parent 2e7dc7d857
commit b5a0aa63a4
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ Item {
NumberAnimation { properties: "y"; from: list_table.height; duration: 200 }
}
ScrollBar.vertical: ScrollBar {
ScrollBar.vertical: RibbonScrollBar {
anchors.right: list_table.right
anchors.rightMargin: 2
}

View File

@ -47,7 +47,7 @@ RibbonView{
duration: animation_time
}
}
ScrollBar.vertical: ScrollBar {
ScrollBar.vertical: RibbonScrollBar {
anchors.right: message_list.right
anchors.rightMargin: 2
}