Skip to content

Commit

Permalink
fix: Toolhead and ZHeightAdjust layout (#606)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Mar 23, 2022
1 parent 34173ad commit 63fd72f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/widgets/toolhead/Toolhead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<z-height-adjust v-if="printerPrinting" />
</v-col>

<v-col style="min-width: 280px; max-width: 420px;">
<v-col style="min-width: 380px; max-width: 420px;">
<toolhead-position />
<extruder-moves v-if="!printerPrinting" />
<z-height-adjust v-if="!printerPrinting" />
Expand Down
1 change: 0 additions & 1 deletion src/components/widgets/toolhead/ZHeightAdjust.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
v-model="moveDistance"
mandatory
dense
class="ml-2 d-inline-block"
>
<app-btn
v-for="(value, i) in zAdjustValues"
Expand Down

0 comments on commit 63fd72f

Please sign in to comment.