ui: Increase window size when a bigger font is being used

This commit is contained in:
WerWolv
2022-08-16 11:49:07 +02:00
parent 0c0caf6942
commit aa01d58b33
3 changed files with 4 additions and 2 deletions

View File

@@ -210,6 +210,7 @@ namespace hex {
std::map<std::string, std::string> &getInitArguments();
constexpr static float DefaultFontSize = 13.0;
const std::fs::path &getCustomFontPath();
float getFontSize();