Remove separation in param editor
This commit is contained in:
parent
91ed8bfe3d
commit
7bce63fbcb
|
@ -254,6 +254,7 @@ void EditorPropertyBBParam::_notification(int p_what) {
|
||||||
EditorPropertyBBParam::EditorPropertyBBParam() {
|
EditorPropertyBBParam::EditorPropertyBBParam() {
|
||||||
hbox = memnew(HBoxContainer);
|
hbox = memnew(HBoxContainer);
|
||||||
add_child(hbox);
|
add_child(hbox);
|
||||||
|
hbox->add_theme_constant_override(SNAME("separation"), 0);
|
||||||
|
|
||||||
mode_button = memnew(ModeSwitchButton);
|
mode_button = memnew(ModeSwitchButton);
|
||||||
hbox->add_child(mode_button);
|
hbox->add_child(mode_button);
|
||||||
|
|
Loading…
Reference in New Issue