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 {
|
||||
id: background
|
||||
BackgroundAcrylicRectangle {
|
||||
id: mainBgRect
|
||||
anchors.fill: parent
|
||||
@@ -53,7 +54,7 @@ BarButton {
|
||||
|
||||
contentItem: Item {
|
||||
id: contentItem
|
||||
anchors.centerIn: parent
|
||||
anchors.centerIn: background
|
||||
|
||||
implicitHeight: iconWidget.implicitHeight
|
||||
implicitWidth: iconWidget.implicitWidth
|
||||
|
||||
Reference in New Issue
Block a user