Color match editor log toggles and flat pressed buttons

This commit is contained in:
Yuri Sizov
2023-09-26 16:41:50 +02:00
parent 36945dad07
commit cdec1ee6cb
2 changed files with 7 additions and 3 deletions

View File

@ -442,6 +442,9 @@ EditorLog::EditorLog() {
copy_button->connect("pressed", callable_mp(this, &EditorLog::_copy_request));
hb_tools->add_child(copy_button);
// Separate toggle buttons from normal buttons.
vb_right->add_child(memnew(HSeparator));
// A second hbox to make a 2x2 grid of buttons.
HBoxContainer *hb_tools2 = memnew(HBoxContainer);
hb_tools2->set_h_size_flags(SIZE_SHRINK_CENTER);