mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
feat: Added basic introduction tutorial
This commit is contained in:
@@ -17,7 +17,7 @@ namespace hex::plugin::builtin {
|
||||
[[nodiscard]] bool hasViewMenuItemEntry() const override { return false; }
|
||||
|
||||
ImVec2 getMinSize() const override {
|
||||
return scaled({ 400, 300 });
|
||||
return scaled({ 600, 400 });
|
||||
}
|
||||
|
||||
ImVec2 getMaxSize() const override {
|
||||
|
||||
Reference in New Issue
Block a user