Fixed dropdowns would cut-off bottom part of contents
This commit is contained in:
parent
440dd1a073
commit
6776d9b1f3
3 changed files with 4 additions and 4 deletions
2
external/libguisan/include/guisan/widget.hpp
vendored
2
external/libguisan/include/guisan/widget.hpp
vendored
|
@ -172,7 +172,7 @@ namespace gcn
|
|||
*
|
||||
* @return the widget height in pixels.
|
||||
*/
|
||||
auto getHeight() const -> int;
|
||||
[[nodiscard]] auto getHeight() const -> int;
|
||||
|
||||
/**
|
||||
* Sets the size of the widget.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue