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

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),