You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Rename Control margin to offset
This commit is contained in:
@@ -876,7 +876,7 @@ EditorFeatureProfileManager::EditorFeatureProfileManager() {
|
||||
no_profile_selected_help = memnew(Label(TTR("Create or import a profile to edit available classes and properties.")));
|
||||
// Add some spacing above the help label.
|
||||
Ref<StyleBoxEmpty> sb = memnew(StyleBoxEmpty);
|
||||
sb->set_default_margin(MARGIN_TOP, 20 * EDSCALE);
|
||||
sb->set_default_margin(SIDE_TOP, 20 * EDSCALE);
|
||||
no_profile_selected_help->add_theme_style_override("normal", sb);
|
||||
no_profile_selected_help->set_align(Label::ALIGN_CENTER);
|
||||
no_profile_selected_help->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
|
||||
Reference in New Issue
Block a user