1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

control center container width calculations

This commit is contained in:
bbedward
2025-08-28 10:46:42 -04:00
parent 77f40a7201
commit 29ee15e477
6 changed files with 33 additions and 5 deletions

View File

@@ -712,6 +712,7 @@ DankPopout {
border.color: Qt.rgba(Theme.outline.r, Theme.outline.g,
Theme.outline.b, 0.05)
border.width: 1
clip: true
Loader {
id: tabContentLoader
@@ -751,7 +752,7 @@ DankPopout {
Component {
id: bluetoothTabComponent
BluetoothTab {
implicitHeight: 400
implicitHeight: Math.max(300, contentHeight + Theme.spacingL)
}
}