mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Using NScrollView and NListView where it matters.
Not using them in tiny ListViews (ex: NComboBox, and Media player dropdown)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user