More scroll hint work around the editor

This commit is contained in:
Michael Alexsander 2026-01-05 18:55:57 -03:00
parent f4499eea4b
commit da561cd619
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
14 changed files with 105 additions and 49 deletions

View file

@ -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));
}