We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87ac72 commit b1283afCopy full SHA for b1283af
radio/src/gui/colorlcd/libui/list_line_button.h
@@ -37,7 +37,7 @@ class ListLineButton : public ButtonBase
37
38
virtual void refresh() = 0;
39
40
- static LAYOUT_VAL(BTN_H, 29, 29, LS(29))
+ static constexpr coord_t BTN_H = EdgeTxStyles::STD_FONT_HEIGHT + PAD_BORDER * 2 + PAD_TINY * 2;
41
static constexpr coord_t GRP_W = LCD_W - PAD_SMALL * 2;
42
43
protected:
0 commit comments