More scroll hint work around the editor
This commit is contained in:
parent
f4499eea4b
commit
da561cd619
14 changed files with 105 additions and 49 deletions
|
|
@ -296,7 +296,7 @@ void ProjectManager::_update_theme(bool p_skip_creation) {
|
|||
migration_guide_button->set_button_icon(get_editor_theme_icon("ExternalLink"));
|
||||
|
||||
// Asset library popup.
|
||||
if (asset_library) {
|
||||
if (asset_library && EDITOR_GET("interface/theme/style") == "Classic") {
|
||||
// Removes extra border margins.
|
||||
asset_library->add_theme_style_override(SceneStringName(panel), memnew(StyleBoxEmpty));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue