Gui: define status bar workarea, remove unused icon. (#841)

* Gui: define status bar workarea, remove unused icon.

* Format Sources
This commit is contained in:
あく
2021-11-24 21:19:34 +03:00
committed by GitHub
parent 9b8a139e2b
commit 2db5eee03b
3 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
#define GUI_STATUS_BAR_Y 0
#define GUI_STATUS_BAR_WIDTH GUI_DISPLAY_WIDTH
#define GUI_STATUS_BAR_HEIGHT 13
#define GUI_STATUS_BAR_WORKAREA_HEIGHT 8
#define GUI_WINDOW_X 0
#define GUI_WINDOW_Y GUI_STATUS_BAR_HEIGHT