Revert "resolve conflicts merge" (#2860)

This reverts commit 344aa0c741.
This commit is contained in:
jLynx
2025-11-08 10:21:33 +13:00
committed by GitHub
parent a4d23768c1
commit c46cc431c9
5 changed files with 2 additions and 26 deletions
+1 -1
View File
@@ -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, screen_width, screen_height - 80}};
{0, 9 * 18, 240, 240}};
Button button_clear_marked{
{UI_POS_X(1), UI_POS_Y_BOTTOM(5), UI_POS_WIDTH(13), UI_POS_HEIGHT(1.5)},