Menü einen Pixel tiefer, damit Ränder oben und unten gleich sind.
authorWintermate <wintermute@hannover.ccc.de>
Wed, 23 Oct 2013 20:31:13 +0000 (22:31 +0200)
committerWintermate <wintermute@hannover.ccc.de>
Wed, 23 Oct 2013 20:31:13 +0000 (22:31 +0200)
badge/ui/menu.c

index c67471d..3235838 100644 (file)
@@ -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.026495 seconds and 4 git commands to generate.