transaction: align containers to fractional grid

Signed-off-by: Loukas Agorgianitis <loukas@agorgianitis.com>
This commit is contained in:
Loukas Agorgianitis 2025-05-07 05:10:07 +03:00
parent fd22a59121
commit 488673cb8d
No known key found for this signature in database
GPG key ID: DDC6FA7D5BB332E6
2 changed files with 69 additions and 37 deletions

View file

@ -102,7 +102,7 @@ struct sway_container {
char *title; // The view's title (unformatted)
char *formatted_title; // The title displayed in the title bar
int title_width;
double title_width;
char *title_format;