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

Merge remote-tracking branch 'origin/master'

This commit is contained in:
purian23
2025-08-01 12:32:05 -04:00
11 changed files with 438 additions and 300 deletions

View File

@@ -7,7 +7,6 @@ import qs.Widgets
ScrollView {
id: launcherTab
contentWidth: availableWidth
contentHeight: column.implicitHeight + Theme.spacingXL
clip: true

View File

@@ -13,7 +13,6 @@ ScrollView {
property alias profileBrowser: profileBrowserLoader.item
property alias wallpaperBrowser: wallpaperBrowserLoader.item
contentWidth: availableWidth
contentHeight: column.implicitHeight
clip: true

View File

@@ -6,7 +6,6 @@ import qs.Widgets
ScrollView {
id: timeWeatherTab
contentWidth: availableWidth
contentHeight: column.implicitHeight
clip: true

View File

@@ -6,7 +6,6 @@ import qs.Widgets
ScrollView {
id: widgetsTab
contentWidth: availableWidth
contentHeight: column.implicitHeight + Theme.spacingXL
clip: true