UI: Open file browser in fullscreen by default

Fullscreen as in, maximized area.

This may be a temporary change until we consider the temporary window
mode as working well enough.
Note that you can still enable the windowed mode in the Preferences
(Interface > Editors > Temporary Windows).
This commit is contained in:
Julian Eisel
2019-09-18 14:49:13 +02:00
parent f5bbaf55ac
commit b962aca800

View File

@@ -621,7 +621,7 @@ void BLO_version_defaults_userpref_blend(Main *bmain, UserDef *userdef)
{
/* pass */
userdef->render_display_type = USER_RENDER_DISPLAY_WINDOW;
userdef->filebrowser_display_type = USER_TEMP_SPACE_DISPLAY_WINDOW;
userdef->filebrowser_display_type = USER_TEMP_SPACE_DISPLAY_FULLSCREEN;
}
if (userdef->pixelsize == 0.0f) {