Skip to content

Commit 9e8c3fa

Browse files
committed
minor UI fix in vector layer properties dialog
1 parent 70e2dc3 commit 9e8c3fa

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

src/ui/qgsvectorlayerpropertiesbase.ui

+60-60
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>777</width>
10-
<height>650</height>
10+
<height>672</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -372,8 +372,8 @@
372372
<rect>
373373
<x>0</x>
374374
<y>0</y>
375-
<width>761</width>
376-
<height>539</height>
375+
<width>755</width>
376+
<height>542</height>
377377
</rect>
378378
</property>
379379
<layout class="QGridLayout" name="gridLayout_3">
@@ -441,17 +441,24 @@
441441
</property>
442442
</widget>
443443
</item>
444-
<item row="3" column="0" colspan="4">
444+
<item row="3" column="0" colspan="3">
445445
<widget class="QLineEdit" name="leSpatialRefSys">
446446
<property name="readOnly">
447447
<bool>true</bool>
448448
</property>
449449
</widget>
450450
</item>
451-
<item row="2" column="1" colspan="2">
451+
<item row="2" column="1" colspan="3">
452452
<widget class="QLineEdit" name="leEditFormInit"/>
453453
</item>
454-
<item row="2" column="3">
454+
<item row="2" column="0">
455+
<widget class="QLabel" name="label_3">
456+
<property name="text">
457+
<string>Init function</string>
458+
</property>
459+
</widget>
460+
</item>
461+
<item row="3" column="3">
455462
<widget class="QPushButton" name="pbnChangeSpatialRefSys">
456463
<property name="toolTip">
457464
<string>Specify the coordinate reference system of the layer's geometry.</string>
@@ -464,13 +471,6 @@
464471
</property>
465472
</widget>
466473
</item>
467-
<item row="2" column="0">
468-
<widget class="QLabel" name="label_3">
469-
<property name="text">
470-
<string>Init function</string>
471-
</property>
472-
</widget>
473-
</item>
474474
</layout>
475475
</widget>
476476
</item>
@@ -787,6 +787,40 @@
787787
<string>Appearance</string>
788788
</property>
789789
<layout class="QGridLayout" name="gridLayout_13">
790+
<item row="1" column="0">
791+
<layout class="QHBoxLayout" name="horizontalLayout_8">
792+
<item>
793+
<layout class="QHBoxLayout" name="horizontalLayout_10">
794+
<item>
795+
<widget class="QLabel" name="mBackgroundColorLabel">
796+
<property name="text">
797+
<string>Background color</string>
798+
</property>
799+
</widget>
800+
</item>
801+
<item>
802+
<widget class="QgsColorButton" name="mBackgroundColorButton">
803+
<property name="sizePolicy">
804+
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
805+
<horstretch>0</horstretch>
806+
<verstretch>0</verstretch>
807+
</sizepolicy>
808+
</property>
809+
<property name="minimumSize">
810+
<size>
811+
<width>25</width>
812+
<height>0</height>
813+
</size>
814+
</property>
815+
<property name="text">
816+
<string/>
817+
</property>
818+
</widget>
819+
</item>
820+
</layout>
821+
</item>
822+
</layout>
823+
</item>
790824
<item row="1" column="1">
791825
<layout class="QHBoxLayout" name="horizontalLayout_11">
792826
<item>
@@ -835,6 +869,19 @@
835869
</item>
836870
</layout>
837871
</item>
872+
<item row="1" column="3">
873+
<widget class="QPushButton" name="mDiagramFontButton">
874+
<property name="sizePolicy">
875+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
876+
<horstretch>0</horstretch>
877+
<verstretch>0</verstretch>
878+
</sizepolicy>
879+
</property>
880+
<property name="text">
881+
<string>Font...</string>
882+
</property>
883+
</widget>
884+
</item>
838885
<item row="0" column="0" colspan="4">
839886
<layout class="QHBoxLayout" name="horizontalLayout_13">
840887
<item>
@@ -866,53 +913,6 @@
866913
</item>
867914
</layout>
868915
</item>
869-
<item row="1" column="3">
870-
<widget class="QPushButton" name="mDiagramFontButton">
871-
<property name="sizePolicy">
872-
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
873-
<horstretch>0</horstretch>
874-
<verstretch>0</verstretch>
875-
</sizepolicy>
876-
</property>
877-
<property name="text">
878-
<string>Font...</string>
879-
</property>
880-
</widget>
881-
</item>
882-
<item row="1" column="0">
883-
<layout class="QHBoxLayout" name="horizontalLayout_8">
884-
<item>
885-
<layout class="QHBoxLayout" name="horizontalLayout_10">
886-
<item>
887-
<widget class="QLabel" name="mBackgroundColorLabel">
888-
<property name="text">
889-
<string>Background color</string>
890-
</property>
891-
</widget>
892-
</item>
893-
<item>
894-
<widget class="QgsColorButton" name="mBackgroundColorButton">
895-
<property name="sizePolicy">
896-
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
897-
<horstretch>0</horstretch>
898-
<verstretch>0</verstretch>
899-
</sizepolicy>
900-
</property>
901-
<property name="minimumSize">
902-
<size>
903-
<width>25</width>
904-
<height>0</height>
905-
</size>
906-
</property>
907-
<property name="text">
908-
<string/>
909-
</property>
910-
</widget>
911-
</item>
912-
</layout>
913-
</item>
914-
</layout>
915-
</item>
916916
</layout>
917917
<zorder></zorder>
918918
<zorder></zorder>

0 commit comments

Comments
 (0)