UI: Default theme roundness consistency for toggles

This commit is contained in:
Pablo Vazquez 2018-07-10 20:26:18 +02:00
parent 0953e8af98
commit 44ee942440
Notes: blender-bot 2023-02-14 05:41:57 +01:00
Referenced by issue #55932, blender crashes when I convert any mesh to curve
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const bTheme U_theme_default = {
.item = RGBA(0x191919ff),
.text = RGBA(0xeeeeeeff),
.text_sel = RGBA(0xffffffff),
.roundness = 0.4f,
.roundness = 0.2f,
},
.wcol_num = {
.outline = RGBA(0x444444ff),