From c8e5924cbb0b87fc429d0052ed6bdc5e30adcfd7 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 3 Sep 2020 10:02:09 -0500 Subject: UI: Expose important settings from file browser popovers We have established a convention of exposing the most important settings from popovers, then aligning a popover to control more detailed settings. The file browser has powerful display / filtering settings, but they're hidden in popovers at the moment, so it's sometimes a pain to use them. The "display as" options are now exposed to the left of the display settings popover, and the "filter" toggle is exposed to the left of the filter settings popover. This convention is familiar and intuitive for users and makes interaction faster. Note that the "show hidden" item in the filter popover still has an effect if filtering is disabled. This commit also: - Removes the icons in the "Sort By" enum - Uses property split for the "Sort By" enum - Very slightly increases the default width of the file browser window to make room for the new buttons. Differential Revision: https://developer.blender.org/D8719 --- release/datafiles/userdef/userdef_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/datafiles') diff --git a/release/datafiles/userdef/userdef_default.c b/release/datafiles/userdef/userdef_default.c index df1be29f642..7a521d41b88 100644 --- a/release/datafiles/userdef/userdef_default.c +++ b/release/datafiles/userdef/userdef_default.c @@ -218,7 +218,7 @@ const UserDef U_default = { .flag = FILE_HIDE_DOT, .filter_id = FILTER_ID_ALL, - .temp_win_sizex = 1020, + .temp_win_sizex = 1060, .temp_win_sizey = 600, }, -- cgit v1.2.3