mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix typos
This commit is contained in:
parent
422148ce45
commit
7fe4a20201
@ -1290,12 +1290,12 @@ void QgsLabelingGui::updatePlacementWidgets()
|
||||
}
|
||||
|
||||
mPlacementLineFrame->setVisible( showLineFrame );
|
||||
mPlacmentCentroidFrame->setVisible( showCentroidFrame );
|
||||
mPlacementCentroidFrame->setVisible( showCentroidFrame );
|
||||
mPlacementQuadrantFrame->setVisible( showQuadrantFrame );
|
||||
mPlacementOffsetFrame->setVisible( showOffsetFrame );
|
||||
mPlacementDistanceFrame->setVisible( showDistanceFrame );
|
||||
mPlacementRotationFrame->setVisible( showRotationFrame );
|
||||
mPlacmentRepeatDistanceFrame->setVisible( curWdgt == pageLine );
|
||||
mPlacementRepeatDistanceFrame->setVisible( curWdgt == pageLine );
|
||||
mPlacementMaxCharAngleFrame->setVisible( showMaxCharAngleFrame );
|
||||
|
||||
mMultiLinesFrame->setEnabled( enableMultiLinesFrame );
|
||||
|
@ -3706,7 +3706,7 @@ font-style: italic;</string>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QFrame" name="mPlacmentCentroidFrame">
|
||||
<widget class="QFrame" name="mPlacementCentroidFrame">
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
@ -4281,7 +4281,7 @@ font-style: italic;</string>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QFrame" name="mPlacmentRepeatDistanceFrame">
|
||||
<widget class="QFrame" name="mPlacementRepeatDistanceFrame">
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user