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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user