Use bold fonts in editor
* Labels are now bold * Categories in trees are bold * Main editor buttons are bold * Fixed section folding arrows in inspector
This commit is contained in:
@ -250,7 +250,8 @@ void SectionedInspector::update_category_list() {
|
||||
|
||||
for (int i = 0; i < sc; i++) {
|
||||
TreeItem *parent = section_map[metasection];
|
||||
parent->set_custom_bg_color(0, get_theme_color("prop_subsection", "Editor"));
|
||||
//parent->set_custom_bg_color(0, get_theme_color("prop_subsection", "Editor"));
|
||||
parent->set_custom_font(0, get_theme_font("bold", "EditorFonts"));
|
||||
|
||||
if (i > 0) {
|
||||
metasection += "/" + sectionarr[i];
|
||||
|
||||
Reference in New Issue
Block a user