Skip to content

Commit

Permalink
minor UI fix in vector layer properties dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 1, 2011
1 parent 0e0947f commit 7c128e1
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>777</width>
<height>650</height>
<height>672</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -372,8 +372,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>761</width>
<height>539</height>
<width>755</width>
<height>542</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
Expand Down Expand Up @@ -441,17 +441,24 @@
</property>
</widget>
</item>
<item row="3" column="0" colspan="4">
<item row="3" column="0" colspan="3">
<widget class="QLineEdit" name="leSpatialRefSys">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<item row="2" column="1" colspan="3">
<widget class="QLineEdit" name="leEditFormInit"/>
</item>
<item row="2" column="3">
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Init function</string>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QPushButton" name="pbnChangeSpatialRefSys">
<property name="toolTip">
<string>Specify the coordinate reference system of the layer's geometry.</string>
Expand All @@ -464,13 +471,6 @@
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Init function</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -866,19 +866,6 @@
</item>
</layout>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="mDiagramFontButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Font...</string>
</property>
</widget>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
Expand Down Expand Up @@ -913,8 +900,20 @@
</item>
</layout>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="mDiagramFontButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Font...</string>
</property>
</widget>
</item>
</layout>
<zorder>mDiagramFontButton</zorder>
</widget>
</item>
<item row="2" column="0" colspan="6">
Expand Down

0 comments on commit 7c128e1

Please sign in to comment.