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