You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
committed by
Rémi Verschelde
parent
4b77d8520b
commit
2f90dfef65
@@ -2374,7 +2374,7 @@ ColorPicker::ColorPicker() {
|
||||
swatches_vbc->add_child(palette_box);
|
||||
|
||||
btn_preset = memnew(Button);
|
||||
btn_preset->set_text("Swatches");
|
||||
btn_preset->set_text(ETR("Swatches"));
|
||||
btn_preset->set_flat(true);
|
||||
btn_preset->set_toggle_mode(true);
|
||||
btn_preset->set_focus_mode(FOCUS_NONE);
|
||||
|
||||
Reference in New Issue
Block a user