1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 14:05:38 -05:00

iRemove policy

This commit is contained in:
bbedward
2025-07-12 15:05:49 -04:00
parent 589f3f1907
commit 5a83ba4782

View File

@@ -128,6 +128,9 @@ Item {
visible: networkTab.networkSubTab === 0
clip: true
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ScrollBar.vertical.policy: ScrollBar.AsNeeded
Column {
width: parent.width
spacing: Theme.spacingL
@@ -279,6 +282,9 @@ Item {
visible: networkTab.networkSubTab === 1
clip: true
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
ScrollBar.vertical.policy: ScrollBar.AsNeeded
Column {
width: parent.width
spacing: Theme.spacingL