Skip to content

Commit b1283af

Browse files
author
philmoz
committedApr 3, 2025
Fix line height.
1 parent f87ac72 commit b1283af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎radio/src/gui/colorlcd/libui/list_line_button.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ListLineButton : public ButtonBase
3737

3838
virtual void refresh() = 0;
3939

40-
static LAYOUT_VAL(BTN_H, 29, 29, LS(29))
40+
static constexpr coord_t BTN_H = EdgeTxStyles::STD_FONT_HEIGHT + PAD_BORDER * 2 + PAD_TINY * 2;
4141
static constexpr coord_t GRP_W = LCD_W - PAD_SMALL * 2;
4242

4343
protected:

0 commit comments

Comments
 (0)