mirror of
https://github.com/swaywm/sway.git
synced 2026-05-04 06:46:25 -04:00
Fix tabbing
This commit is contained in:
parent
81a456d68d
commit
02599f6402
5 changed files with 149 additions and 150 deletions
|
|
@ -84,9 +84,9 @@ struct sway_container {
|
|||
double width, height;
|
||||
double saved_width, saved_height;
|
||||
|
||||
bool has_gaps;
|
||||
double gaps_inner;
|
||||
double gaps_outer;
|
||||
bool has_gaps;
|
||||
double gaps_inner;
|
||||
double gaps_outer;
|
||||
|
||||
list_t *children;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue