Skip to content

Commit

Permalink
Fix "knit side image" icon being cropped
Browse files Browse the repository at this point in the history
Fixes #685.
For some reason this only appeared on Linux and Windows.
  • Loading branch information
jonathanperret committed Jul 25, 2024
1 parent fb76f48 commit 5b70a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/python/main/ayab/engine/options_gui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@
<widget class="QLabel" name="auto_mirror_icon">
<property name="pixmap">
</property>
<property name="baseSize">
<property name="fixedSize">
<size>
<width>32</width>
<height>32</height>
<width>59</width>
<height>64</height>
</size>
</property>
</widget>
Expand Down

0 comments on commit 5b70a79

Please sign in to comment.