Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[composer] Standardise capitalization on all controls
  • Loading branch information
nyalldawson committed Feb 5, 2014
1 parent 7d4776a commit b25dff8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions src/ui/qgscomposerlegendwidgetbase.ui
Expand Up @@ -54,9 +54,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-309</y>
<width>373</width>
<height>1387</height>
<y>0</y>
<width>375</width>
<height>1287</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -352,7 +352,7 @@
<item>
<widget class="QCheckBox" name="mCheckBoxAutoUpdate">
<property name="text">
<string>Auto Update</string>
<string>Auto update</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down Expand Up @@ -383,28 +383,28 @@
</sizepolicy>
</property>
<property name="text">
<string>Title Font...</string>
<string>Title font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mLayerFontButton">
<property name="text">
<string>Subgroup Font...</string>
<string>Subgroup font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mGroupFontButton">
<property name="text">
<string>Group Font...</string>
<string>Group font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mItemFontButton">
<property name="text">
<string>Item Font...</string>
<string>Item font...</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgscomposermapwidgetbase.ui
Expand Up @@ -125,7 +125,7 @@
<item row="2" column="0">
<widget class="QLabel" name="mMapRotationLabel">
<property name="text">
<string>Map Rotation</string>
<string>Map rotation</string>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgscomposerpicturewidgetbase.ui
Expand Up @@ -53,7 +53,7 @@
<x>0</x>
<y>0</y>
<width>310</width>
<height>553</height>
<height>549</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -213,7 +213,7 @@
<item>
<widget class="QgsCollapsibleGroupBoxBasic" name="groupBox">
<property name="title">
<string>Image Rotation</string>
<string>Image rotation</string>
</property>
<property name="syncGroup" stdset="0">
<string notr="true">composeritem</string>
Expand Down
16 changes: 8 additions & 8 deletions src/ui/qgscomposertablewidgetbase.ui
Expand Up @@ -47,7 +47,7 @@
<x>0</x>
<y>0</y>
<width>408</width>
<height>573</height>
<height>572</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -217,14 +217,14 @@
<item>
<widget class="QPushButton" name="mHeaderFontPushButton">
<property name="text">
<string>Header Font...</string>
<string>Header font...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="mContentFontPushButton">
<property name="text">
<string>Content Font...</string>
<string>Content font...</string>
</property>
</widget>
</item>
Expand All @@ -240,17 +240,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QgsColorButton</class>
<extends>QPushButton</extends>
<header>qgscolorbutton.h</header>
</customwidget>
<customwidget>
<class>QgsCollapsibleGroupBoxBasic</class>
<extends>QGroupBox</extends>
<header location="global">qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsColorButton</class>
<extends>QPushButton</extends>
<header>qgscolorbutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
Expand Down

0 comments on commit b25dff8

Please sign in to comment.