mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 01:01:25 +03:00
I'll need this later.
Updated TODO.
This commit is contained in:
@@ -20,8 +20,7 @@ class EE_API UIDropDownList : public UITextInput {
|
||||
|
||||
static std::string menuWidthModeToString( MenuWidthMode rule );
|
||||
|
||||
class StyleConfig {
|
||||
public:
|
||||
struct StyleConfig {
|
||||
Uint32 MaxNumVisibleItems = 10;
|
||||
bool PopUpToRoot = false;
|
||||
MenuWidthMode menuWidthRule{ MenuWidthMode::DropDown };
|
||||
|
||||
Reference in New Issue
Block a user