diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-06-16 20:04:33 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-06-16 20:05:22 -0300 |
commit | 816b3fa94de91fb671b58d7cda57f10104a682da (patch) | |
tree | 49482dc65c688694dc05410aa104960e9d875f76 /scene/resources/default_theme/default_theme.h | |
parent | c4c6797fc1d700f59ea8d4927d42c1838bcfb3b9 (diff) | |
download | redot-engine-816b3fa94de91fb671b58d7cda57f10104a682da.tar.gz |
It is now possible to set a default custom theme, whether you want a hidpi default theme, or just use a custom font for the default theme
Diffstat (limited to 'scene/resources/default_theme/default_theme.h')
-rw-r--r-- | scene/resources/default_theme/default_theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/default_theme/default_theme.h b/scene/resources/default_theme/default_theme.h index 1e3b4b4081..3d71289162 100644 --- a/scene/resources/default_theme/default_theme.h +++ b/scene/resources/default_theme/default_theme.h @@ -18,7 +18,7 @@ */ void fill_default_theme(Ref<Theme>& theme,const Ref<Font> & default_font,const Ref<Font> & large_font,Ref<Texture>& default_icon, Ref<StyleBox>& default_style,bool p_hidpi); -void make_default_theme(); +void make_default_theme(bool p_hidpi, Ref<Font> p_font); void clear_default_theme(); #endif |