Various bugfix and GUI improvements.

This commit is contained in:
brunoherbelin
2020-06-01 12:41:12 +02:00
parent 114bf01b2a
commit 7b4408ece6
7 changed files with 81 additions and 50 deletions

View File

@@ -84,7 +84,7 @@ MixingView::MixingView() : View(MIXING)
if ( Settings::application.views[mode_].name.empty() ) {
// no settings found: store application default
Settings::application.views[mode_].name = "Mixing";
scene.root()->scale_ = glm::vec3(2.0f, 2.0f, 1.0f);
scene.root()->scale_ = glm::vec3(2.4f, 2.4f, 1.0f);
saveSettings();
}