mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make EditorSpinSlider label color a theme property
This commit is contained in:
parent
3f69ea4f3b
commit
6a4d3859cf
6 changed files with 31 additions and 39 deletions
|
|
@ -53,7 +53,7 @@ void OpenTypeFeaturesEditor::_notification(int p_what) {
|
|||
|
||||
button->set_icon(get_theme_icon(SNAME("Remove"), SNAME("EditorIcons")));
|
||||
button->set_size(get_theme_icon(SNAME("Remove"), SNAME("EditorIcons"))->get_size());
|
||||
spin->set_custom_label_color(true, base);
|
||||
spin->add_theme_color_override("label_color", base);
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue