impr: Greatly improve UI of about page

This commit is contained in:
WerWolv
2023-11-25 00:43:03 +01:00
parent d8249b3a7c
commit e5f36ca08d
5 changed files with 291 additions and 186 deletions

View File

@@ -17,8 +17,8 @@ namespace hex::plugin::builtin {
[[nodiscard]] bool shouldDraw() const override { return true; }
[[nodiscard]] bool hasViewMenuItemEntry() const override { return false; }
[[nodiscard]] ImVec2 getMinSize() const override {
return scaled({ 700, 400 });
[[nodiscard]] ImGuiWindowFlags getWindowFlags() const override {
return ImGuiWindowFlags_AlwaysAutoResize;
}
private: