Using NScrollView and NListView where it matters.
Not using them in tiny ListViews (ex: NComboBox, and Media player dropdown)
This commit is contained in:
parent
4067896434
commit
2872a7b5c9
7 changed files with 23 additions and 19 deletions
|
|
@ -185,12 +185,12 @@ NPanel {
|
|||
}
|
||||
|
||||
// Networks list container
|
||||
ScrollView {
|
||||
NScrollView {
|
||||
visible: Settings.data.network.wifiEnabled && (!NetworkService.scanning || Object.keys(
|
||||
NetworkService.networks).length > 0)
|
||||
anchors.fill: parent
|
||||
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||
ScrollBar.vertical.policy: ScrollBar.AsNeeded
|
||||
horizontalPolicy: ScrollBar.AlwaysOff
|
||||
verticalPolicy: ScrollBar.AsNeeded
|
||||
clip: true
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue