Skip to content

Commit

Permalink
Fixed rebase problems due to changes in PR #4331.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Dec 3, 2023
1 parent 132f3fd commit 03b6d7d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions radio/src/targets/pl18/libopenui_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@

#pragma once

constexpr uint32_t ALERT_FRAME_TOP = 70;
constexpr uint32_t ALERT_FRAME_HEIGHT = (LCD_H - 2 * ALERT_FRAME_TOP);
constexpr uint32_t ALERT_BITMAP_TOP = ALERT_FRAME_TOP + 15;
constexpr uint32_t ALERT_BITMAP_LEFT = 15;
constexpr uint32_t ALERT_TITLE_TOP = ALERT_FRAME_TOP + 10;
constexpr uint32_t ALERT_TITLE_LEFT = 186;
constexpr uint32_t ALERT_MESSAGE_TOP = ALERT_TITLE_TOP + 90;
constexpr uint32_t ALERT_MESSAGE_LEFT = ALERT_TITLE_LEFT;

constexpr coord_t INPUT_EDIT_CURVE_WIDTH = 132;
constexpr coord_t INPUT_EDIT_CURVE_HEIGHT = INPUT_EDIT_CURVE_WIDTH;
constexpr coord_t MENUS_MAX_HEIGHT = (MENUS_LINE_HEIGHT * 8) + 8;
Expand Down

0 comments on commit 03b6d7d

Please sign in to comment.