forked from Shinonome/dots-hyprland
fix(): WeatherBar pushing MiddleSection to the left
This commit is contained in:
@@ -330,7 +330,7 @@ Scope {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
implicitHeight: Appearance.sizes.baseBarHeight
|
implicitHeight: Appearance.sizes.baseBarHeight
|
||||||
height: Appearance.sizes.barHeight
|
height: Appearance.sizes.barHeight
|
||||||
width: (barRoot.width - middleSection.width) / 2
|
width: barRoot.width - (barLeftSideMouseArea.width + middleSection.width + weatherLoader.width)
|
||||||
|
|
||||||
property bool hovered: false
|
property bool hovered: false
|
||||||
property real lastScrollX: 0
|
property real lastScrollX: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user