Skip to content

Commit

Permalink
[Sketcher] Workaround for Elements theme issue
Browse files Browse the repository at this point in the history
After merging the change to the Constraint status label in f2a073c,
the TaskSketcherElements would sometimes be reduced in size to just a
line or two, if multiple task views were expanded and a stylesheet was
enabled. This commit introduces a minimum size to the TSE to prevent
that from occurring.
  • Loading branch information
chennes committed Oct 20, 2021
1 parent cef86fb commit 4e0b8c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Mod/Sketcher/Gui/TaskSketcherElements.ui
Expand Up @@ -10,6 +10,12 @@
<height>401</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>400</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Expand Down

0 comments on commit 4e0b8c5

Please sign in to comment.