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