UI: Configurable UI Font Weight #112454

Merged
Harley Acheson merged 36 commits from Harley/blender:TextUiStyles into main 2023-10-21 00:28:37 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1aafb9a264 - Show all commits

View File

@ -1051,7 +1051,6 @@ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, Panel):
col.prop(font_style, "points")
col.prop(font_style, "character_weight", text="Weight")
col.prop(font_style, "character_slant", text="Slant")
col.prop(font_style, "character_width", text="Width")
col.prop(font_style, "character_spacing", text="Spacing")
col = flow.column(align=True)