Skip to content

Commit

Permalink
gui1: Embiggen listbox items
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Mar 19, 2021
1 parent f33c087 commit 72dfe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/menu_style.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit 72dfe4d

Please sign in to comment.