Skip to content

Fix logic for left-aligned close button positioning

Kevin S requested to merge t3rminus/geary:fix-headerbar-left-close into main

Note: This issue is not present in debug builds, and only appears in release builds (for reasons I can't begin to understand).

When using left-aligned close buttons, they currently display on the conversation header bar, in the middle of the window: Screenshot_from_2023-08-07_17-39-54

This is frankly pretty bizarre, and doesn't match behavior for other applications, such as Gnome Settings, which correctly displays the close buttons on the left-hand side: Screenshot_from_2023-08-07_17-40-37

This pull request fixes the close button positioning so that the buttons properly display on the left-hand side of the main headerbar when they're left-positioned. Screenshot_from_2023-08-07_18-14-08

Edited by Kevin S

Merge request reports