diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index 45865af..2dfa47e 100644 --- a/src/entry.h +++ b/src/entry.h @@ -61,6 +61,10 @@ struct entry { uint32_t padding_bottom; uint32_t padding_left; uint32_t padding_right; + bool padding_top_is_percent; + bool padding_bottom_is_percent; + bool padding_left_is_percent; + bool padding_right_is_percent; int32_t selection_background_padding; uint32_t input_width; uint32_t border_width; |