Skip to content

Commit

Permalink
Fix size of elwin UI preview options
Browse files Browse the repository at this point in the history
Refs #10626
  • Loading branch information
DanNixon committed Nov 25, 2014
1 parent cc90019 commit c39aa88
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="elwin_cbPreviewFile"/>
<widget class="QComboBox" name="elwin_cbPreviewFile">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="elwin_lbPreviewSpec">
Expand Down

0 comments on commit c39aa88

Please sign in to comment.