gui1: Embiggen listbox items

This commit is contained in:
Iris Morelle 2021-03-19 12:38:59 -03:00
parent f33c087770
commit 72dfe4dcf6

View file

@ -234,7 +234,7 @@ SDL_Rect menu::imgsel_style::item_size(const std::string& item) const
SDL_Rect bounds = style::item_size(item);
bounds.w += 2 * thickness_;
bounds.h += 2 * thickness_;
bounds.h += 2 * thickness_ + 4;
return bounds;
}