Skip to content

Commit

Permalink
Fix wanings about duplicated grid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Apr 14, 2012
1 parent c6e9291 commit 454de5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -49,13 +49,13 @@
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QGridLayout">
<layout class="QGridLayout" name="gridLayout_25">
<item row="0" column="0">
<widget class="QGroupBox" name="titleBox">
<property name="title">
<string>General settings</string>
</property>
<layout class="QGridLayout">
<layout class="QGridLayout" name="gridLayout_26">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
Expand Down Expand Up @@ -196,7 +196,7 @@
<property name="title">
<string>Layer units (only used when CRS transformation is disabled)</string>
</property>
<layout class="QGridLayout">
<layout class="QGridLayout" name="gridLayout_27">
<item row="0" column="0">
<widget class="QRadioButton" name="radMeters">
<property name="text">
Expand Down Expand Up @@ -236,7 +236,7 @@
<property name="title">
<string>Precision</string>
</property>
<layout class="QGridLayout">
<layout class="QGridLayout" name="gridLayout_28">
<item row="0" column="0">
<widget class="QRadioButton" name="radAutomatic">
<property name="toolTip">
Expand Down Expand Up @@ -305,7 +305,7 @@
<attribute name="title">
<string>Coordinate Reference System (CRS)</string>
</attribute>
<layout class="QGridLayout">
<layout class="QGridLayout" name="gridLayout_29">
<property name="leftMargin">
<number>3</number>
</property>
Expand Down

0 comments on commit 454de5e

Please sign in to comment.