config wizard - hide logo if small height

This commit is contained in:
David Kocik 2021-02-24 09:20:46 +01:00
parent fcb714cd24
commit 8ca225b38a
2 changed files with 11 additions and 3 deletions

View file

@ -518,6 +518,8 @@ private:
ssize_t item_hover;
size_t last_page;
int logo_height;
int item_height() const { return std::max(bullet_black.bmp().GetSize().GetHeight(), em_w) + em_w; }
void on_paint(wxPaintEvent &evt);