Revert "UI: Open file browser in fullscreen by default"

This reverts commit b962aca800. We may revert
to the fullscreen file browser if it's not good enough by the time of the 2.81
release. But then it first needs some changes since the in between state now
is not good enough either.
This commit is contained in:
Brecht Van Lommel 2019-09-18 16:24:38 +02:00
parent 16a384b485
commit 6278ab59bc
1 changed files with 1 additions and 1 deletions

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_FULLSCREEN;
userdef->filebrowser_display_type = USER_TEMP_SPACE_DISPLAY_WINDOW;
}
if (userdef->pixelsize == 0.0f) {