Merge pull request #100999 from KoBeWi/theme_wariat

Fix ProjectTag button variation
This commit is contained in:
Rémi Verschelde
2025-01-06 22:48:16 +01:00
3 changed files with 7 additions and 7 deletions

View File

@ -70,5 +70,5 @@ ProjectTag::ProjectTag(const String &p_text, bool p_display_close) {
button->set_text(p_text.capitalize());
button->set_focus_mode(FOCUS_NONE);
button->set_icon_alignment(HORIZONTAL_ALIGNMENT_RIGHT);
button->set_theme_type_variation(SNAME("ProjectTag"));
button->set_theme_type_variation(SNAME("ProjectTagButton"));
}