Set the default window size to 66% of the primary window size (closes #1883)

This commit is contained in:
Alexander Bock
2022-02-17 17:55:43 +01:00
parent 9e69300642
commit cbe2e6cdcf
6 changed files with 59 additions and 23 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ struct Configuration {
std::filesystem::path findConfiguration(const std::string& filename = "openspace.cfg");
Configuration loadConfigurationFromFile(const std::filesystem::path& filename,
const std::string& overrideScript);
const glm::ivec2& primaryMonitorResolution, const std::string& overrideScript);
} // namespace openspace::configuration