You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Remove extra borders from the AssetLib plugin
This commit is contained in:
@@ -1895,6 +1895,11 @@ void ProjectManager::_notification(int p_what) {
|
||||
// to search without having to reach for their mouse
|
||||
search_box->grab_focus();
|
||||
}
|
||||
|
||||
if (asset_library) {
|
||||
// Removes extra border margins.
|
||||
asset_library->add_theme_style_override("panel", memnew(StyleBoxEmpty));
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_VISIBILITY_CHANGED: {
|
||||
|
||||
Reference in New Issue
Block a user