projects
/
hackover2013-badge-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2783f61
)
Menü einen Pixel tiefer, damit Ränder oben und unten gleich sind.
author
Wintermate
<wintermute@hannover.ccc.de>
Wed, 23 Oct 2013 20:31:13 +0000
(22:31 +0200)
committer
Wintermate
<wintermute@hannover.ccc.de>
Wed, 23 Oct 2013 20:31:13 +0000
(22:31 +0200)
badge/ui/menu.c
patch
|
blob
|
history
diff --git
a/badge/ui/menu.c
b/badge/ui/menu.c
index
c67471d
..
3235838
100644
(file)
--- a/
badge/ui/menu.c
+++ b/
badge/ui/menu.c
@@
-19,8
+19,8
@@
static badge_sprite const arrows[] = {
};
enum {
- MENU_MARGIN_TOP =
2
,
- MENU_MARGIN_BOTTOM =
3
,
+ MENU_MARGIN_TOP =
3
,
+ MENU_MARGIN_BOTTOM =
2
,
MENU_MARGIN_LEFT = 3,
MENU_ENTRIES_HEIGHT = 1 + BADGE_FONT_HEIGHT,
MENU_ENTRIES_VISIBLE = (BADGE_DISPLAY_HEIGHT - MENU_MARGIN_TOP - MENU_MARGIN_BOTTOM) / MENU_ENTRIES_HEIGHT
This page took
0.024483 seconds
and
4
git commands to generate.