Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Nov 6, 2015
1 parent b600de7 commit a4b61fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/customization.xml
Expand Up @@ -78,7 +78,7 @@
<widget objectName="label" class="QLabel" label="-"/>
<widget objectName="label_2" class="QLabel" label="%"/>
<widget objectName="mMinMaxRadioButton" class="QRadioButton" label="Min / max"/>
<widget objectName="mStdDevRadioButton" class="QRadioButton" label="Mean +/-&#xa;standard deviation ×"/>
<widget objectName="mStdDevRadioButton" class="QRadioButton" label="Mean +/-&#xa;standard deviation ×"/>
<widget objectName="mExtentGroupBox" class="QGroupBox" label="">
<widget objectName="mFullExtentRadioButton" class="QRadioButton" label="Full"/>
<widget objectName="mCurrentExtentRadioButton" class="QRadioButton" label="Current"/>
Expand Down Expand Up @@ -1369,8 +1369,8 @@
<widget objectName="leDefaultLabel" class="QLineEdit" label=""/>
<widget objectName="textLabel5_2_2_3_2" class="QLabel" label="Font size"/>
<widget objectName="textLabel1_2_2_2_2_2" class="QLabel" label="Angle (deg)"/>
<widget objectName="spinAngle" class="QSpinBox" label="">
<widget objectName="qt_spinbox_lineedit" class="QLineEdit" label=""/>
<widget objectName="spinAngle" class="QSpinBox" label="">
<widget objectName="qt_spinbox_lineedit" class="QLineEdit" label=""/>
</widget>
<widget objectName="cboFontSizeUnits" class="QComboBox" label=""/>
<widget objectName="btnDefaultFont" class="QPushButton" label="Font"/>
Expand Down Expand Up @@ -1617,7 +1617,7 @@
<widget objectName="classificationLabel" class="QLabel" label="Displays combo box containing values of attribute used for classification."/>
</widget>
<widget objectName="lineEditPage" class="QWidget" label="">
<widget objectName="lineEditLabel" class="QLabel" label="Simple edit box. This is the default edition widget."/>
<widget objectName="lineEditLabel" class="QLabel" label="Simple edit box. This is the default edit widget."/>
</widget>
<widget objectName="calendarPage" class="QWidget" label="">
<widget objectName="label_10" class="QLabel" label="Date format"/>
Expand Down

0 comments on commit a4b61fb

Please sign in to comment.