dunno
This commit is contained in:
@@ -73,7 +73,7 @@ Scope {
|
|||||||
Region {
|
Region {
|
||||||
required property Item modelData
|
required property Item modelData
|
||||||
|
|
||||||
x: modelData.x + 9
|
x: modelData.x
|
||||||
y: modelData.y + backgroundRect.implicitHeight
|
y: modelData.y + backgroundRect.implicitHeight
|
||||||
width: modelData.width
|
width: modelData.width
|
||||||
height: panels.popouts.hasCurrent ? modelData.height + 70 : 0
|
height: panels.popouts.hasCurrent ? modelData.height + 70 : 0
|
||||||
|
|||||||
@@ -15,6 +15,14 @@ Item {
|
|||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
implicitWidth: workspacesRow.implicitWidth + 10
|
implicitWidth: workspacesRow.implicitWidth + 10
|
||||||
|
|
||||||
|
Behavior on implicitWidth {
|
||||||
|
NumberAnimation {
|
||||||
|
duration: MaterialEasing.expressiveEffectsTime
|
||||||
|
easing.bezierCurve: MaterialEasing.expressiveEffects
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
@@ -38,13 +46,6 @@ Item {
|
|||||||
color: Config.useDynamicColors ? DynamicColors.tPalette.m3surfaceContainer : "#40000000"
|
color: Config.useDynamicColors ? DynamicColors.tPalette.m3surfaceContainer : "#40000000"
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
|
|
||||||
Behavior on implicitWidth {
|
|
||||||
NumberAnimation {
|
|
||||||
duration: 100
|
|
||||||
easing.type: Easing.InOutQuad
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Behavior on color {
|
Behavior on color {
|
||||||
CAnim {}
|
CAnim {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user