Skip to content

Commit

Permalink
Another small adjustment to padding in UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
TypQxQ committed Sep 20, 2023
1 parent b35c0b4 commit 9f7ad30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/ExtruderControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
<!-- TOOL DROPOFF BUTTONS -->
<v-container v-if="toolDroppoffCommand || toolLockCommand || toolUnLockCommand" label="$t('Panels.ExtruderControlPanel.ToolChanging.Tool').toString()">
<v-row class="align-center">
<v-col class="shrink px-3">
<v-col class="shrink pl-4">
<div>{{ $t('Panels.ExtruderControlPanel.ToolChanging.Tool') }}-</div>
</v-col>
<v-col class="flex-grow px-0">
<v-col class="flex-grow pl-0">
<v-item-group class="_btn-group py-0">
<v-btn
v-if="toolDroppoffCommand"
Expand Down

0 comments on commit 9f7ad30

Please sign in to comment.