gui1: Embiggen listbox items
This commit is contained in:
parent
f33c087770
commit
72dfe4dcf6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue