Skip to content

Commit

Permalink
OpenCanopy: Fix sign issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 5, 2020
1 parent 9bbd9f0 commit 9206938
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Platform/OpenCanopy/GuiApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@

#include <Library/OcBootManagementLib.h>

#define MAX_CURSOR_DIMENSION 144
#define MAX_CURSOR_DIMENSION 144U

#define BOOT_ENTRY_DIMENSION 144
#define BOOT_ENTRY_DIMENSION 144U
#define BOOT_ENTRY_ICON_DIMENSION APPLE_DISK_ICON_DIMENSION
#define BOOT_ENTRY_LABEL_SPACE 4
#define BOOT_ENTRY_LABEL_HEIGHT 12
#define BOOT_ENTRY_LABEL_SPACE 4U
#define BOOT_ENTRY_LABEL_HEIGHT 12U

#define BOOT_ENTRY_SPACE 8
#define BOOT_ENTRY_SPACE 8U

#define BOOT_SELECTOR_WIDTH 144
#define BOOT_SELECTOR_WIDTH 144U
#define BOOT_SELECTOR_BACKGROUND_DIMENSION BOOT_SELECTOR_WIDTH
#define BOOT_SELECTOR_BUTTON_DIMENSION 40
#define BOOT_SELECTOR_BUTTON_DIMENSION 40U
#define BOOT_SELECTOR_BUTTON_SPACE (BOOT_ENTRY_LABEL_SPACE + BOOT_ENTRY_LABEL_HEIGHT + 3)
#define BOOT_SELECTOR_HEIGHT (BOOT_SELECTOR_BACKGROUND_DIMENSION + BOOT_SELECTOR_BUTTON_SPACE + BOOT_SELECTOR_BUTTON_DIMENSION)

Expand Down

0 comments on commit 9206938

Please sign in to comment.