Fix project icon size in Project Manager
This commit is contained in:
parent
62e134a0c0
commit
30842b2efe
3 changed files with 17 additions and 8 deletions
|
|
@ -31,10 +31,13 @@
|
|||
#ifndef EDITOR_THEMES_H
|
||||
#define EDITOR_THEMES_H
|
||||
|
||||
#include "scene/resources/texture.h"
|
||||
#include "scene/resources/theme.h"
|
||||
|
||||
Ref<Theme> create_editor_theme(Ref<Theme> p_theme = nullptr);
|
||||
|
||||
Ref<Theme> create_custom_theme(Ref<Theme> p_theme = nullptr);
|
||||
|
||||
Ref<ImageTexture> create_unscaled_default_project_icon();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue