Studio: reorder 'configuration file'-tab of Layer and Theme editors

This commit is contained in:
Pieter Vander Vennet 2024-04-27 23:45:25 +02:00
parent fc6d86397e
commit 4a8ecddd2f
2 changed files with 12 additions and 14 deletions

View file

@ -123,11 +123,10 @@
Below, you'll find the raw configuration file in `.json`-format. This is mostly for
debugging purposes, but you can also edit the file directly if you want.
</div>
<ShowConversionMessages messages={$messages} />
<div class="literal-code h-full w-full">
<div class="literal-code overflow-y-auto h-full" style="min-height: 75%">
<RawEditor {state} />
</div>
</div>
<ShowConversionMessages messages={$messages} />
</TabbedGroup>
</div>
</div>