impr: Make about page resizable

This commit is contained in:
WerWolv
2023-05-13 12:26:13 +02:00
parent a7327290ea
commit aa1bf0b764
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ namespace hex::plugin::builtin {
[[nodiscard]] bool hasViewMenuItemEntry() const override { return false; }
[[nodiscard]] ImVec2 getMinSize() const override {
return scaled({ 400, 300 });
return scaled({ 600, 350 });
}
private: