Increase min height for the ObjectList.

Related to the FR #5162
This commit is contained in:
YuSanka 2020-12-08 10:11:11 +01:00
parent c7aee35552
commit d7412d4e54
3 changed files with 16 additions and 14 deletions

View file

@ -207,6 +207,7 @@ public:
ObjectList(wxWindow* parent);
~ObjectList();
void set_min_height();
std::map<std::string, wxBitmap> CATEGORY_ICON;