Clean-up, harmonize, and improve StyleBox API
- Make all margin properties follow the same naming convention (their getter and setter too). - Remove a virtual counterpart of `get_style_margin` from API. - Allow to override `get_minimum_size` from scripting and remove `get_center_size`.
This commit is contained in:
@ -980,7 +980,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(SIDE_TOP, 20 * EDSCALE);
|
||||
sb->set_content_margin(SIDE_TOP, 20 * EDSCALE);
|
||||
no_profile_selected_help->add_theme_style_override("normal", sb);
|
||||
no_profile_selected_help->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER);
|
||||
no_profile_selected_help->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
|
||||
Reference in New Issue
Block a user