removed 'Bottom Panel' text from verticalSplitter because it is shown on empty pages

This commit is contained in:
Werner Masik
2022-10-03 12:03:46 +02:00
parent 23b228c085
commit 4480b6ce57
@@ -36,7 +36,7 @@ export default {
<div ref="bottompanel" class="verticalsplitted"
:style="{height: this.bottomheightcss}">
<slot name="bottom">
<p>Bottom Panel</p>
<p/>
</slot>
</div>
</div>