UI: Asset Shelf (Experimental Feature) #104831

Closed
Julian Eisel wants to merge 399 commits from asset-shelf into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 41d8c3944d - Show all commits

View File

@ -143,12 +143,12 @@ int ED_asset_shelf_region_snap(const ARegion *region, const int size, const int
int ED_asset_shelf_default_tile_width()
{
return UI_preview_tile_size_x() * 0.8f;
return UI_preview_tile_size_x() * 0.65f;
}
int ED_asset_shelf_default_tile_height()
{
return UI_preview_tile_size_y() * 0.8f;
return UI_preview_tile_size_y() * 0.65f;
}
int ED_asset_shelf_region_prefsizey()