Using NScrollView and NListView where it matters.

Not using them in tiny ListViews (ex: NComboBox, and Media player
dropdown)
This commit is contained in:
LemmyCook 2025-09-11 17:58:28 -04:00
parent 4067896434
commit 2872a7b5c9
7 changed files with 23 additions and 19 deletions

View file

@ -115,10 +115,12 @@ ColumnLayout {
}
// Icon grid
ScrollView {
NScrollView {
Layout.fillWidth: true
Layout.fillHeight: true
clip: true
horizontalPolicy: ScrollBar.AlwaysOff
verticalPolicy: ScrollBar.AlwaysOn
GridView {
id: grid