Skip to content

Commit

Permalink
Make collapsible the "Curve segmentation" frame
Browse files Browse the repository at this point in the history
in Settings --> Options --> Rendering dialog (for coherence with other frames)

also fix a typo
  • Loading branch information
DelazJ committed Nov 2, 2016
1 parent 4f5337f commit a7ffecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -1997,7 +1997,7 @@
<item row="2" column="1">
<widget class="QLabel" name="mSimplifyAlgorithmLabel">
<property name="toolTip">
<string>This algorithm only is applied to simplify on local side</string>
<string>This algorithm is only applied to simplify on local side</string>
</property>
<property name="text">
<string>Simplification algorithm: </string>
Expand Down Expand Up @@ -2105,7 +2105,7 @@
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="mSegmentationGroupBox">
<widget class="QgsCollapsibleGroupBox" name="mSegmentationGroupBox">
<property name="title">
<string>Curve segmentation</string>
</property>
Expand Down

0 comments on commit a7ffecd

Please sign in to comment.