Blender Git Loki
Git Commits -> Revision 0c62906
Revision 0c62906 by Yevgeny Makarov (master) February 21, 2021, 16:32 (GMT) |
UI: Correct the text alignment in the quick setup (splash screen) dialog The "quick setup" dialog is actually a 'menu', and the "splash screen" block contains the UI_BLOCK_LOOP flag which causes the buttons' text to align to the left, however, usually regular buttons have centered text. As a workaround, add the UI_BLOCK_QUICK_SETUP flag which prevents the text from being left-aligned. Differential Revision: https://developer.blender.org/D10486 Reviewed by: Julian Eisel |
Commit Details:
Full Hash: 0c62906a4145b242d5ed772209038f65d7b493a8
Parent Commit: 08dbc4f
Committed By: Julian Eisel
Lines Changed: +31, -15