mirror of
https://github.com/godotengine/godot.git
synced 2025-10-30 13:11:13 +00:00
Add missing properties to default theme
This commit is contained in:
parent
e9e9e92e48
commit
e06cd2742f
8 changed files with 43 additions and 8 deletions
|
|
@ -137,7 +137,7 @@ TexturePreview::TexturePreview(Ref<Texture2D> p_texture, bool p_show_metadata) {
|
|||
|
||||
// It's okay that these colors are static since the grid color is static too.
|
||||
metadata_label->add_theme_color_override("font_color", Color::named("white"));
|
||||
metadata_label->add_theme_color_override("font_color_shadow", Color::named("black"));
|
||||
metadata_label->add_theme_color_override("font_shadow_color", Color::named("black"));
|
||||
|
||||
metadata_label->add_theme_font_size_override("font_size", 14 * EDSCALE);
|
||||
metadata_label->add_theme_color_override("font_outline_color", Color::named("black"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue