mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Better UI for the main about screen page
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user