Description
Is your feature request related to a problem? Please describe.
When I make a full custom layout, Dialogic starts me with a nearly-empty scene that just contains a DialogicLayoutBase node. This is frustrating if you want a custom layout that is pretty close to one of the presets except for a few modifications, as you essentially have to manually rebuild the preset. I also find it easier to edit my layout from Godot's scene editor compared to Dialogic's Style UI as the scene editor gives me instant feedback compared to entering a value, hitting "Test Style", then waiting for the scene to load.
If the user wanted a blank slate, they probably would have selected the "+ -> Custom Style" option from the Styles menu.
Describe the solution you'd like
When the user selects "Make Custom -> Full Layout" from the Layers menu, the created scene should essentially match the scene you would create if you had hit the "Test Style" button.
Describe alternatives you've considered
The created scene could instead match the default scene for whatever premade style the user had previously selected, but I think this would be both harder to implement and less useful overall.
Edit:
Another alternative could be to add a "Save Style" button next to the "Test Style" button. The "Save Style" button would create a .tscn file describing the scene that would be created when hitting "Test Style".
Additional context
Add any other context or screenshots about the feature request here.