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 0ed7f46ba1
commit 06f672dccd
No known key found for this signature in database
GPG key ID: DDC6FA7D5BB332E6
2 changed files with 69 additions and 37 deletions

View file

@ -101,7 +101,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;