diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-22 12:47:41 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-22 12:49:24 +0000 |
commit | aea29d767a1fa071d543c568968d715d83f9014a (patch) | |
tree | c68c14b6495c08e0a82ecc25069063cb16da44bb /src/entry.h | |
parent | bf144ceca6285af5ce9f64f1176cb104f78b9637 (diff) |
Fix new theme options not following scale factor.
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entry.h b/src/entry.h index f5b5f79..a9353a5 100644 --- a/src/entry.h +++ b/src/entry.h @@ -93,7 +93,6 @@ struct entry { bool padding_left_is_percent; bool padding_right_is_percent; bool clip_to_padding; - int32_t selection_background_padding; uint32_t input_width; uint32_t border_width; uint32_t outline_width; |