[GH-ISSUE #1398] [REGRESSION] bar horizontal/vertical align is "fill" #4637

Open
opened 2026-05-23 00:54:49 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @ildar on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1398

Describe the bug
I'm having a side panel (position: "right") and it is now the full screen height.

To reproduce
just run Ironbar

Expected behavior
Panel should occupy only vertical space it needs. Just as in GTK3 version.

System information:

  • Distro: ALTLinux p11
  • Compositor: Pinnacle
  • Ironbar version: 0.18.0

Configuration

Config
  - name: "system-monitor"
    position: "right"
    anchor_to_edges: false
    orientation: 'h'
    height: 80
    start:
    - type: label
      label: "foobar"

Additional context
I see the relevant GTK properties in the Inspector: halign and valign. But cannot modify it through CSS nor config.

In 0.17.1 the panel was allright: occupying only right top part of the screen. Now it is on the right top-to-bottom.

Screenshots

Originally created by @ildar on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1398 **Describe the bug** I'm having a side panel (position: "right") and it is now the full screen height. **To reproduce** just run Ironbar **Expected behavior** Panel should occupy only vertical space it needs. Just as in GTK3 version. **System information:** - Distro: ALTLinux p11 - Compositor: Pinnacle - Ironbar version: 0.18.0 **Configuration** <details><summary>Config</summary> ```yaml - name: "system-monitor" position: "right" anchor_to_edges: false orientation: 'h' height: 80 start: - type: label label: "foobar" ``` </details> **Additional context** I see the relevant GTK properties in the Inspector: halign and valign. But cannot modify it through CSS nor config. In 0.17.1 the panel was allright: occupying only right top part of the screen. Now it is on the right top-to-bottom. **Screenshots**
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#4637
No description provided.