mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-29 07:56:43 -05:00
resolve conflicts merge
This commit is contained in:
parent
fd7637187a
commit
344aa0c741
5 changed files with 26 additions and 2 deletions
|
|
@ -293,7 +293,7 @@ class BLETxView : public View {
|
|||
{{UI_POS_X(0), 9 * 16}, "Packet Data:", Theme::getInstance()->fg_light->foreground}};
|
||||
|
||||
TextViewer dataEditView{
|
||||
{0, 9 * 18, 240, 240}};
|
||||
{0, 9 * 18, screen_width, screen_height - 80}};
|
||||
|
||||
Button button_clear_marked{
|
||||
{UI_POS_X(1), UI_POS_Y_BOTTOM(5), UI_POS_WIDTH(13), UI_POS_HEIGHT(1.5)},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue