ui: Fixed settings window being huge
This commit is contained in:
parent
e204ef629f
commit
e1fb0a5d72
@ -17,6 +17,10 @@ namespace hex::plugin::builtin {
|
||||
bool isAvailable() override { return true; }
|
||||
|
||||
bool hasViewMenuItemEntry() override { return false; }
|
||||
|
||||
ImVec2 getMinSize() {
|
||||
return ImVec2(0, 0);
|
||||
}
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user