Skip to content

Commit a7ffecd

Browse files
authoredNov 2, 2016
Make collapsible the "Curve segmentation" frame
in Settings --> Options --> Rendering dialog (for coherence with other frames) also fix a typo
1 parent 4f5337f commit a7ffecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@
19971997
<item row="2" column="1">
19981998
<widget class="QLabel" name="mSimplifyAlgorithmLabel">
19991999
<property name="toolTip">
2000-
<string>This algorithm only is applied to simplify on local side</string>
2000+
<string>This algorithm is only applied to simplify on local side</string>
20012001
</property>
20022002
<property name="text">
20032003
<string>Simplification algorithm: </string>
@@ -2105,7 +2105,7 @@
21052105
</widget>
21062106
</item>
21072107
<item row="2" column="0">
2108-
<widget class="QGroupBox" name="mSegmentationGroupBox">
2108+
<widget class="QgsCollapsibleGroupBox" name="mSegmentationGroupBox">
21092109
<property name="title">
21102110
<string>Curve segmentation</string>
21112111
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.