This commit is contained in:
Shaun Inman 2023-01-26 20:39:22 -05:00
parent 00d5893373
commit 501aa77d14
6 changed files with 33 additions and 46 deletions

View file

@ -74,7 +74,8 @@
// all before scale
#define PILL_SIZE 30
#define BUTTON_SIZE 20
#define BUTTON_MARGIN ((PILL_SIZE - BUTTON_SIZE) / 2)
#define BUTTON_MARGIN 5 // ((PILL_SIZE - BUTTON_SIZE) / 2)
#define BUTTON_PADDING 12
#define SETTINGS_SIZE 4
#define SETTINGS_WIDTH 80