impr: Better UI for the main about screen page

This commit is contained in:
WerWolv
2024-02-11 00:35:10 +01:00
parent 106c35344b
commit 2fd81c7ffd
2 changed files with 23 additions and 6 deletions

View File

@@ -21,6 +21,14 @@ namespace hex::plugin::builtin {
return ImGuiWindowFlags_AlwaysAutoResize;
}
ImVec2 getMinSize() const override {
return scaled({ 700, 450 });
}
ImVec2 getMaxSize() const override {
return scaled({ 700, 450 });
}
private:
void drawAboutPopup();