left-bar working, bottom bar semi-broken
This commit is contained in:
@@ -14,11 +14,16 @@ Item {
|
||||
|
||||
reloadableId: "dashboardState"
|
||||
}
|
||||
required property bool horizontal
|
||||
readonly property real nonAnimHeight: state === "visible" ? (content.item?.nonAnimHeight ?? 0) : 0
|
||||
required property real offsetScale
|
||||
readonly property bool shouldBeActive: root.visibilities.dashboard && Config.dashboard.enabled
|
||||
required property PersistentProperties visibilities
|
||||
|
||||
anchors.left: horizontal ? undefined : parent.left
|
||||
anchors.leftMargin: horizontal ? 0 : (-implicitWidth - 5) * offsetScale
|
||||
anchors.top: horizontal ? parent.top : undefined
|
||||
anchors.topMargin: horizontal ? (-implicitHeight - 5) * offsetScale : 0
|
||||
implicitHeight: content.implicitHeight
|
||||
implicitWidth: content.implicitWidth || 854
|
||||
opacity: 1 - offsetScale
|
||||
|
||||
Reference in New Issue
Block a user