Skip to content

Commit

Permalink
Fix buttons to adjust marker size do not work
Browse files Browse the repository at this point in the history
Fixes #29987
  • Loading branch information
elpaso committed May 28, 2019
1 parent 575b0de commit d358c63
Showing 1 changed file with 16 additions and 47 deletions.
63 changes: 16 additions & 47 deletions src/ui/qgsoptionsbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
<item>
<widget class="QStackedWidget" name="mOptionsStackedWidget">
<property name="currentIndex">
<number>0</number>
<number>8</number>
</property>
<widget class="QWidget" name="mOptionsPageGeneral">
<layout class="QVBoxLayout" name="verticalLayout_3">
Expand Down Expand Up @@ -361,8 +361,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>556</width>
<height>885</height>
<width>843</width>
<height>915</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_28">
Expand Down Expand Up @@ -1085,8 +1085,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>544</width>
<height>1095</height>
<width>543</width>
<height>1094</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
Expand Down Expand Up @@ -1621,7 +1621,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>556</width>
<width>555</width>
<height>369</height>
</rect>
</property>
Expand Down Expand Up @@ -1788,8 +1788,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>496</width>
<height>753</height>
<width>500</width>
<height>747</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_27">
Expand Down Expand Up @@ -2118,7 +2118,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>675</width>
<width>674</width>
<height>1052</height>
</rect>
</property>
Expand Down Expand Up @@ -2869,7 +2869,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>507</width>
<width>506</width>
<height>314</height>
</rect>
</property>
Expand Down Expand Up @@ -3181,7 +3181,7 @@
<x>0</x>
<y>0</y>
<width>613</width>
<height>641</height>
<height>636</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_30">
Expand Down Expand Up @@ -3624,7 +3624,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<rect>
<x>0</x>
<y>0</y>
<width>153</width>
<width>154</width>
<height>271</height>
</rect>
</property>
Expand Down Expand Up @@ -3792,7 +3792,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<rect>
<x>0</x>
<y>0</y>
<width>547</width>
<width>843</width>
<height>873</height>
</rect>
</property>
Expand Down Expand Up @@ -4233,10 +4233,10 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<enum>Qt::LeftToRight</enum>
</property>
<property name="minimum">
<number>0.4</number>
<double>0.000000000000000</double>
</property>
<property name="singleStep">
<number>0.2</number>
<double>0.010000000000000</double>
</property>
</widget>
</item>
Expand Down Expand Up @@ -4401,7 +4401,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<width>473</width>
<height>606</height>
</rect>
</property>
Expand Down Expand Up @@ -5738,37 +5738,6 @@ p, li { white-space: pre-wrap; }
</tabstops>
<resources>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
<include location="../../images/images.qrc"/>
</resources>
<connections>
<connection>
Expand Down

0 comments on commit d358c63

Please sign in to comment.