Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jun 21, 2014
1 parent 422148c commit 7fe4a20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/qgslabelinggui.cpp
Expand Up @@ -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 );
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgslabelingguibase.ui
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 7fe4a20

Please sign in to comment.