mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 22:45:38 -05:00
iRemove policy
This commit is contained in:
@@ -128,6 +128,9 @@ Item {
|
|||||||
visible: networkTab.networkSubTab === 0
|
visible: networkTab.networkSubTab === 0
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||||
|
ScrollBar.vertical.policy: ScrollBar.AsNeeded
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
spacing: Theme.spacingL
|
spacing: Theme.spacingL
|
||||||
@@ -279,6 +282,9 @@ Item {
|
|||||||
visible: networkTab.networkSubTab === 1
|
visible: networkTab.networkSubTab === 1
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||||
|
ScrollBar.vertical.policy: ScrollBar.AsNeeded
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
spacing: Theme.spacingL
|
spacing: Theme.spacingL
|
||||||
|
|||||||
Reference in New Issue
Block a user