Fix tabbing

This commit is contained in:
Nate Symer 2018-05-26 13:37:08 -04:00
parent 81a456d68d
commit 02599f6402
5 changed files with 149 additions and 150 deletions

View file

@ -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;