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 efdf201477 - Show all commits

View File

@ -286,8 +286,8 @@ static int main_region_padding_y()
static int main_region_padding_x()
{
const uiStyle *style = UI_style_get_dpi();
return style->buttonspacex;
/* Use the same as the height, equal padding looks nice. */
return main_region_padding_y();
}
int ED_asset_shelf_region_snap(const ARegion *region, const int size, const int axis)