main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit bb0ee9fdb4 - Show all commits

View File

@ -980,7 +980,7 @@ void file_draw_list(const bContext *C, ARegion *region)
rcti tile_bg_rect = tile_draw_rect;
/* One pixel downwards, places it more in the center. */
BLI_rcti_translate(&tile_bg_rect, 0, -1);
BLI_rcti_translate(&tile_bg_rect, 0, -U.pixelsize);
draw_tile_background(&tile_bg_rect, colorid, shade);
}
}