Skip to content

Commit 3c9cef3

Browse files
committed
item for source field fix
1 parent c227a9e commit 3c9cef3

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

images/images.qrc

+1
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@
600600
<file>themes/default/mActionRegularPolygonCenterPoint.svg</file>
601601
<file>themes/default/3d.svg</file>
602602
<file>themes/default/mActionResizeSquare.svg</file>
603+
<file>themes/default/mSourceFields.svg</file>
603604
</qresource>
604605
<qresource prefix="/images/tips">
605606
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>

src/ui/qgsvectorlayerpropertiesbase.ui

+16-16
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
<string>Source Fields</string>
162162
</property>
163163
<property name="icon">
164-
<iconset>
165-
<normaloff>../../images/themes/default/mSourceFields.svg</normaloff>../../images/themes/default/mSourceFields.svg</iconset>
164+
<iconset resource="../../images/images.qrc">
165+
<normaloff>:/images/themes/default/mSourceFields.svg</normaloff>:/images/themes/default/mSourceFields.svg</iconset>
166166
</property>
167167
</item>
168168
<item>
@@ -409,8 +409,8 @@
409409
<rect>
410410
<x>0</x>
411411
<y>0</y>
412-
<width>662</width>
413-
<height>534</height>
412+
<width>302</width>
413+
<height>416</height>
414414
</rect>
415415
</property>
416416
<layout class="QVBoxLayout" name="verticalLayout_9">
@@ -698,8 +698,8 @@ border-radius: 2px;</string>
698698
<rect>
699699
<x>0</x>
700700
<y>0</y>
701-
<width>662</width>
702-
<height>534</height>
701+
<width>100</width>
702+
<height>30</height>
703703
</rect>
704704
</property>
705705
<layout class="QVBoxLayout" name="verticalLayout_18">
@@ -784,8 +784,8 @@ border-radius: 2px;</string>
784784
<rect>
785785
<x>0</x>
786786
<y>0</y>
787-
<width>646</width>
788-
<height>518</height>
787+
<width>70</width>
788+
<height>22</height>
789789
</rect>
790790
</property>
791791
<layout class="QGridLayout" name="gridLayout_3">
@@ -817,8 +817,8 @@ border-radius: 2px;</string>
817817
<rect>
818818
<x>0</x>
819819
<y>0</y>
820-
<width>646</width>
821-
<height>518</height>
820+
<width>70</width>
821+
<height>22</height>
822822
</rect>
823823
</property>
824824
<layout class="QGridLayout" name="gridLayout_11">
@@ -866,7 +866,7 @@ border-radius: 2px;</string>
866866
<x>0</x>
867867
<y>0</y>
868868
<width>725</width>
869-
<height>520</height>
869+
<height>394</height>
870870
</rect>
871871
</property>
872872
<layout class="QVBoxLayout" name="verticalLayout_32">
@@ -1289,8 +1289,8 @@ border-radius: 2px;</string>
12891289
<rect>
12901290
<x>0</x>
12911291
<y>0</y>
1292-
<width>662</width>
1293-
<height>534</height>
1292+
<width>100</width>
1293+
<height>30</height>
12941294
</rect>
12951295
</property>
12961296
<layout class="QVBoxLayout" name="verticalLayout_21">
@@ -1355,8 +1355,8 @@ border-radius: 2px;</string>
13551355
<rect>
13561356
<x>0</x>
13571357
<y>0</y>
1358-
<width>662</width>
1359-
<height>534</height>
1358+
<width>113</width>
1359+
<height>110</height>
13601360
</rect>
13611361
</property>
13621362
<layout class="QVBoxLayout" name="verticalLayout_23">
@@ -1635,7 +1635,7 @@ border-radius: 2px;</string>
16351635
<rect>
16361636
<x>0</x>
16371637
<y>0</y>
1638-
<width>648</width>
1638+
<width>371</width>
16391639
<height>608</height>
16401640
</rect>
16411641
</property>

0 commit comments

Comments
 (0)