You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Allow to specify target folder when installing assets
This also changes the layout of the installer window to better separate configuration of the installation and the expected output.
This commit is contained in:
@@ -1889,6 +1889,10 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
||||
|
||||
theme->set_constant("outline_size", "LinkButton", 0);
|
||||
|
||||
theme->set_type_variation("HeaderSmallLink", "LinkButton");
|
||||
theme->set_font("font", "HeaderSmallLink", theme->get_font(SNAME("font"), SNAME("HeaderSmall")));
|
||||
theme->set_font_size("font_size", "HeaderSmallLink", theme->get_font_size(SNAME("font_size"), SNAME("HeaderSmall")));
|
||||
|
||||
// TooltipPanel + TooltipLabel
|
||||
// TooltipPanel is also used for custom tooltips, while TooltipLabel
|
||||
// is only relevant for default tooltips.
|
||||
|
||||
Reference in New Issue
Block a user