better toolbar

This commit is contained in:
Hugh Bord 2021-02-13 11:24:14 +10:00
parent 4f56fd1566
commit 0179c1c282
2 changed files with 5 additions and 4 deletions

View File

@ -2,13 +2,13 @@
<div>
<vue-draggable-resizable
@dragging="onDrag"
style="z-index:100;"
style="z-index:100;min-height:500px;"
:min-width=200
:max-width=500
:min-height=300
:max-height=500
:min-height=500
:max-height=700
>
<div style="height:100%;">
<div style="height:100%;min-height:500px;max-height:700px;">
<t-card header="Tools and Stuff" style="height:100%;">
<t-button

View File

@ -26,6 +26,7 @@
:height="canvas.height"
class="canvas"
></canvas>
</div>
</div>
</template>