mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
nscrollview: more fixes
This commit is contained in:
@@ -57,13 +57,14 @@ ColumnLayout {
|
||||
}
|
||||
|
||||
NScrollView {
|
||||
id: customizeScrollView
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
horizontalPolicy: ScrollBar.AlwaysOff
|
||||
verticalPolicy: ScrollBar.AsNeeded
|
||||
|
||||
ColumnLayout {
|
||||
width: parent.width
|
||||
width: customizeScrollView.availableWidth
|
||||
spacing: Style.marginM
|
||||
|
||||
// Bar Position section
|
||||
|
||||
Reference in New Issue
Block a user