Skip to content

Commit

Permalink
Fix pane position
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Oct 2, 2023
1 parent cb0f317 commit f3468af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ window.addEventListener('drop', async e => {
<Tq.FloatingPane
name="timeline"
icon="timeline"
:position="{anchor: 'bottom', height: 200}"
:position="{anchor: 'left', width: 400}"
>
<Tq.ParameterGrid>
<Tq.Parameter label="Distance">
Expand Down

0 comments on commit f3468af

Please sign in to comment.