diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-15 20:40:46 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-15 20:40:46 -0300 |
commit | fc0e657e8fe75636bcd7efd23ba46037c3751690 (patch) | |
tree | c20918f8ede81f9024c2e45657d1d634e149a560 /editor/editor_themes.cpp | |
parent | eedb3cea539fd3a8ad82ec1e377ba3d15c5f8ae0 (diff) |
Remove extra borders from the AssetLib plugin
Diffstat (limited to 'editor/editor_themes.cpp')
-rw-r--r-- | editor/editor_themes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 7eceebb38b..4aba482992 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -1519,6 +1519,7 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) { theme->set_stylebox("Information3dViewport", "EditorStyles", style_info_3d_viewport); // Asset Library. + theme->set_stylebox("bg", "AssetLib", style_empty); theme->set_stylebox("panel", "AssetLib", style_content_panel); theme->set_color("status_color", "AssetLib", Color(0.5, 0.5, 0.5)); theme->set_icon("dismiss", "AssetLib", theme->get_icon(SNAME("Close"), SNAME("EditorIcons"))); |