mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
nlistview: hide the scrollbar when not needed so element on the right can be clicked.
This commit is contained in:
@@ -206,6 +206,7 @@ Item {
|
||||
y: 0
|
||||
height: root.height
|
||||
policy: root.verticalPolicy
|
||||
visible: policy === ScrollBar.AlwaysOn || root.verticalScrollBarActive
|
||||
|
||||
contentItem: Rectangle {
|
||||
implicitWidth: root.handleWidth
|
||||
|
||||
Reference in New Issue
Block a user