mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
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