mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Hash string popup being way too small
This commit is contained in:
@@ -45,6 +45,12 @@ namespace hex::plugin::builtin {
|
||||
return ImGuiWindowFlags_AlwaysAutoResize;
|
||||
}
|
||||
|
||||
ImVec2 getMinSize() const override {
|
||||
return scaled({ 400, 200 });
|
||||
}
|
||||
|
||||
ImVec2 getMaxSize() const override { return this->getMinSize(); }
|
||||
|
||||
private:
|
||||
std::string m_input;
|
||||
std::string m_result;
|
||||
|
||||
Reference in New Issue
Block a user