Skip to content

Commit

Permalink
item for source field fix
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Nov 6, 2017
1 parent c227a9e commit 3c9cef3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions images/images.qrc
Expand Up @@ -600,6 +600,7 @@
<file>themes/default/mActionRegularPolygonCenterPoint.svg</file>
<file>themes/default/3d.svg</file>
<file>themes/default/mActionResizeSquare.svg</file>
<file>themes/default/mSourceFields.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
32 changes: 16 additions & 16 deletions src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -161,8 +161,8 @@
<string>Source Fields</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../images/themes/default/mSourceFields.svg</normaloff>../../images/themes/default/mSourceFields.svg</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mSourceFields.svg</normaloff>:/images/themes/default/mSourceFields.svg</iconset>
</property>
</item>
<item>
Expand Down Expand Up @@ -409,8 +409,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>662</width>
<height>534</height>
<width>302</width>
<height>416</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
Expand Down Expand Up @@ -698,8 +698,8 @@ border-radius: 2px;</string>
<rect>
<x>0</x>
<y>0</y>
<width>662</width>
<height>534</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_18">
Expand Down Expand Up @@ -784,8 +784,8 @@ border-radius: 2px;</string>
<rect>
<x>0</x>
<y>0</y>
<width>646</width>
<height>518</height>
<width>70</width>
<height>22</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
Expand Down Expand Up @@ -817,8 +817,8 @@ border-radius: 2px;</string>
<rect>
<x>0</x>
<y>0</y>
<width>646</width>
<height>518</height>
<width>70</width>
<height>22</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_11">
Expand Down Expand Up @@ -866,7 +866,7 @@ border-radius: 2px;</string>
<x>0</x>
<y>0</y>
<width>725</width>
<height>520</height>
<height>394</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_32">
Expand Down Expand Up @@ -1289,8 +1289,8 @@ border-radius: 2px;</string>
<rect>
<x>0</x>
<y>0</y>
<width>662</width>
<height>534</height>
<width>100</width>
<height>30</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_21">
Expand Down Expand Up @@ -1355,8 +1355,8 @@ border-radius: 2px;</string>
<rect>
<x>0</x>
<y>0</y>
<width>662</width>
<height>534</height>
<width>113</width>
<height>110</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_23">
Expand Down Expand Up @@ -1635,7 +1635,7 @@ border-radius: 2px;</string>
<rect>
<x>0</x>
<y>0</y>
<width>648</width>
<width>371</width>
<height>608</height>
</rect>
</property>
Expand Down

0 comments on commit 3c9cef3

Please sign in to comment.