mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
support four-sided padding (top/right/bottom/left)
This commit is contained in:
parent
4e96780eef
commit
e133122147
6 changed files with 70 additions and 29 deletions
6
config.h
6
config.h
|
|
@ -230,8 +230,10 @@ struct config {
|
|||
uint32_t height;
|
||||
} size;
|
||||
|
||||
unsigned pad_x;
|
||||
unsigned pad_y;
|
||||
unsigned pad_top;
|
||||
unsigned pad_right;
|
||||
unsigned pad_bottom;
|
||||
unsigned pad_left;
|
||||
enum center_when center_when;
|
||||
|
||||
bool resize_by_cells;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue