Skip to content

Commit 3f80649

Browse files
committedMar 1, 2016
Fix string capitalization
1 parent 427a5fb commit 3f80649

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎src/ui/qgsdiagrampropertiesbase.ui

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@
342342
<rect>
343343
<x>0</x>
344344
<y>0</y>
345-
<width>630</width>
346-
<height>376</height>
345+
<width>337</width>
346+
<height>113</height>
347347
</rect>
348348
</property>
349349
<layout class="QHBoxLayout" name="horizontalLayout_6">
@@ -765,7 +765,7 @@
765765
<item row="5" column="0">
766766
<widget class="QLabel" name="mAngleOffsetLabel">
767767
<property name="text">
768-
<string>Start Angle</string>
768+
<string>Start angle</string>
769769
</property>
770770
</widget>
771771
</item>
@@ -941,8 +941,8 @@
941941
<rect>
942942
<x>0</x>
943943
<y>0</y>
944-
<width>630</width>
945-
<height>376</height>
944+
<width>525</width>
945+
<height>283</height>
946946
</rect>
947947
</property>
948948
<layout class="QGridLayout" name="gridLayout_11">
@@ -1247,8 +1247,8 @@
12471247
<rect>
12481248
<x>0</x>
12491249
<y>0</y>
1250-
<width>630</width>
1251-
<height>376</height>
1250+
<width>296</width>
1251+
<height>303</height>
12521252
</rect>
12531253
</property>
12541254
<layout class="QGridLayout" name="gridLayout_12">
@@ -1609,8 +1609,8 @@
16091609
<rect>
16101610
<x>0</x>
16111611
<y>0</y>
1612-
<width>630</width>
1613-
<height>376</height>
1612+
<width>106</width>
1613+
<height>161</height>
16141614
</rect>
16151615
</property>
16161616
<layout class="QVBoxLayout" name="verticalLayout_3">

0 commit comments

Comments
 (0)
Please sign in to comment.