|
|
|
@ -342,12 +342,18 @@ FocusScope {
|
|
|
|
|
Layout.maximumHeight: height
|
|
|
|
|
|
|
|
|
|
width: maxWidth - units.smallSpacing
|
|
|
|
|
height: behaviorPage.Layout.maximumHeight + units.smallSpacing * 4
|
|
|
|
|
height: availableFreeHeight + units.smallSpacing * 4
|
|
|
|
|
|
|
|
|
|
color: transparentBackgroundColor
|
|
|
|
|
border.width: 1
|
|
|
|
|
border.color: theme.backgroundColor
|
|
|
|
|
|
|
|
|
|
//fix the height binding loop when showing the configuration window
|
|
|
|
|
|
|
|
|
|
property int availableFreeHeight: Math.min(29*theme.mSize(theme.defaultFont).height + units.smallSpacing * 2, //calculatios according to font size
|
|
|
|
|
dock.screenGeometry.height - dock.normalThickness - 2*units.largeSpacing - header.height - headerSpacer.height
|
|
|
|
|
- tabBar.height - actionButtons.height - 36) //calculations according to screen geometry and elements heights
|
|
|
|
|
|
|
|
|
|
PlasmaExtras.ScrollArea {
|
|
|
|
|
id: scrollArea
|
|
|
|
|
|
|
|
|
|