mirror of
https://github.com/swaywm/sway.git
synced 2026-02-25 01:40:48 -05:00
transaction: align containers to fractional grid
Signed-off-by: Loukas Agorgianitis <loukas@agorgianitis.com>
This commit is contained in:
parent
fd22a59121
commit
488673cb8d
2 changed files with 69 additions and 37 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue