Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Better label text
  • Loading branch information
nyalldawson committed Jan 11, 2022
1 parent 8b538c0 commit c4ed082
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/ui/qgscrsdefinitionwidgetbase.ui
Expand Up @@ -2,6 +2,14 @@
<ui version="4.0">
<class>QgsCrsDefinitionWidgetBase</class>
<widget class="QWidget" name="QgsCrsDefinitionWidgetBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>499</width>
<height>540</height>
</rect>
</property>
<property name="windowTitle">
<string>Custom Coordinate Reference System Definition</string>
</property>
Expand Down Expand Up @@ -104,7 +112,7 @@
<item row="3" column="0">
<widget class="QLabel" name="textLabel2_2_2">
<property name="text">
<string>East</string>
<string>Longitude</string>
</property>
<property name="buddy">
<cstring>mEastWGS84Edit</cstring>
Expand Down Expand Up @@ -138,7 +146,7 @@
<item row="2" column="0">
<widget class="QLabel" name="textLabel2_2">
<property name="text">
<string>North</string>
<string>Latitude</string>
</property>
<property name="buddy">
<cstring>mNorthWGS84Edit</cstring>
Expand Down

0 comments on commit c4ed082

Please sign in to comment.