forked from Shinonome/dots-hyprland
waffles: fix start button alignment when left aligned
This commit is contained in:
@@ -26,6 +26,7 @@ BarButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
background: Item {
|
background: Item {
|
||||||
|
id: background
|
||||||
BackgroundAcrylicRectangle {
|
BackgroundAcrylicRectangle {
|
||||||
id: mainBgRect
|
id: mainBgRect
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
@@ -53,7 +54,7 @@ BarButton {
|
|||||||
|
|
||||||
contentItem: Item {
|
contentItem: Item {
|
||||||
id: contentItem
|
id: contentItem
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: background
|
||||||
|
|
||||||
implicitHeight: iconWidget.implicitHeight
|
implicitHeight: iconWidget.implicitHeight
|
||||||
implicitWidth: iconWidget.implicitWidth
|
implicitWidth: iconWidget.implicitWidth
|
||||||
|
|||||||
Reference in New Issue
Block a user