Cleanup: Make format
Formatting changes resulting from Make Format
This commit is contained in:
@@ -6935,7 +6935,8 @@ static void rna_def_fileselect_params(BlenderRNA *brna)
|
||||
prop = RNA_def_property(srna, "display_size_discrete", PROP_ENUM, PROP_NONE);
|
||||
RNA_def_property_enum_sdna(prop, nullptr, "thumbnail_size");
|
||||
RNA_def_property_enum_items(prop, display_size_items);
|
||||
RNA_def_property_ui_text(prop, "Display Size", "Change the size of thumbnails in discrete steps");
|
||||
RNA_def_property_ui_text(
|
||||
prop, "Display Size", "Change the size of thumbnails in discrete steps");
|
||||
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_FILE_LIST, nullptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user