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:
Harley Acheson
2023-09-13 19:56:53 +02:00
committed by Harley Acheson
parent 9659b2deda
commit fa32379def
2 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -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,