UI: Allow Integer Thumbnail Size Range
Instead of four discrete thumbnail sizes, allow the user to instantly zoom to any integer size from 16-256. This also changes the default to 96 from the current 128. Pull Request: https://projects.blender.org/blender/blender/pulls/105815
This commit is contained in:
committed by
Harley Acheson
parent
9659b2deda
commit
fa32379def
@@ -214,7 +214,7 @@ const UserDef U_default = {
|
||||
.file_space_data =
|
||||
{
|
||||
.display_type = FILE_VERTICALDISPLAY,
|
||||
.thumbnail_size = 128,
|
||||
.thumbnail_size = 96,
|
||||
.sort_type = FILE_SORT_ALPHA,
|
||||
.details_flags = FILE_DETAILS_SIZE | FILE_DETAILS_DATETIME,
|
||||
.flag = FILE_HIDE_DOT,
|
||||
|
||||
Reference in New Issue
Block a user