Skip to content

Commit 5219cee

Browse files
committedJun 5, 2019
Set height of the bottom vertical spacer to 0
avoiding vertical scrollbar when at the minimal "useful" size (specially for screenshot)
1 parent 95fb325 commit 5219cee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@
17191719
<property name="sizeHint" stdset="0">
17201720
<size>
17211721
<width>20</width>
1722-
<height>40</height>
1722+
<height>0</height>
17231723
</size>
17241724
</property>
17251725
</spacer>
@@ -3611,7 +3611,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
36113611
<property name="sizeHint" stdset="0">
36123612
<size>
36133613
<width>20</width>
3614-
<height>40</height>
3614+
<height>0</height>
36153615
</size>
36163616
</property>
36173617
</spacer>
@@ -4657,7 +4657,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
46574657
<property name="sizeHint" stdset="0">
46584658
<size>
46594659
<width>20</width>
4660-
<height>40</height>
4660+
<height>0</height>
46614661
</size>
46624662
</property>
46634663
</spacer>
@@ -5382,7 +5382,7 @@ p, li { white-space: pre-wrap; }
53825382
<property name="sizeHint" stdset="0">
53835383
<size>
53845384
<width>20</width>
5385-
<height>40</height>
5385+
<height>0</height>
53865386
</size>
53875387
</property>
53885388
</spacer>

0 commit comments

Comments
 (0)
Please sign in to comment.