Commit 97a5317e authored by Dan Pascu's avatar Dan Pascu

Also enforce minimum size of the switch view button

parent 6fd7702b
......@@ -231,6 +231,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment