Skip to content

Commit

Permalink
Fixed slider sizing in 2.5d view
Browse files Browse the repository at this point in the history
  • Loading branch information
klayoutmatthias committed Nov 15, 2021
1 parent 26da9f7 commit c809a23
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/plugins/tools/view_25d/lay_plugin/D25View.ui
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<item>
<widget class="QSlider" name="zoom_slider">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -153,6 +153,12 @@
</item>
<item>
<widget class="QSlider" name="vzoom_slider">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
Expand Down

0 comments on commit c809a23

Please sign in to comment.