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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user