Skip to content

Commit

Permalink
Merge pull request #30107 from DelazJ/verticalSpacer
Browse files Browse the repository at this point in the history
Set to 0 the height of the vertical spacer at the bottom of dialog
  • Loading branch information
m-kuhn committed Jun 6, 2019
2 parents 58fcd60 + 5219cee commit 800cef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -1719,7 +1719,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -3611,7 +3611,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -4657,7 +4657,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down Expand Up @@ -5382,7 +5382,7 @@ p, li { white-space: pre-wrap; }
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>0</height>
</size>
</property>
</spacer>
Expand Down

0 comments on commit 800cef2

Please sign in to comment.