mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 23:09:57 -05:00
hefty: bar: fix some alignment issues for floating
This commit is contained in:
@@ -33,7 +33,7 @@ HBarWidgetWithPopout {
|
||||
|
||||
property real fontPixelSize: Appearance.font.pixelSize.smaller
|
||||
|
||||
Layout.maximumWidth: implicitWidth
|
||||
Layout.maximumWidth: vertical ? -1 : implicitWidth
|
||||
Layout.fillWidth: true
|
||||
|
||||
popupContentWidth: popupContent.implicitWidth
|
||||
|
||||
Reference in New Issue
Block a user