Rename Control margin to offset
This commit is contained in:
parent
30d469a5e0
commit
4b8b803931
106 changed files with 1278 additions and 1278 deletions
|
|
@ -975,7 +975,7 @@ void EditorPropertyDictionary::update_property() {
|
|||
Ref<StyleBoxFlat> flat;
|
||||
flat.instance();
|
||||
for (int j = 0; j < 4; j++) {
|
||||
flat->set_default_margin(Margin(j), 2 * EDSCALE);
|
||||
flat->set_default_margin(Side(j), 2 * EDSCALE);
|
||||
}
|
||||
flat->set_bg_color(get_theme_color("prop_subsection", "Editor"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue