Fix splash screen margins not being even and buttons not centered

This commit is contained in:
Brecht Van Lommel 2019-07-10 14:48:58 +02:00
parent 7695fd9cff
commit 7a431d40e3
1 changed files with 1 additions and 1 deletions

View File

@ -1683,7 +1683,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
uiLayout *layout = UI_block_layout(block,
UI_LAYOUT_VERTICAL,
UI_LAYOUT_PANEL,
U.dpi_fac * 40,
U.dpi_fac * 26,
0,
U.dpi_fac * 450,
U.dpi_fac * 110,