Skip to content

Commit

Permalink
make icons more consistent in relation editor widget
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and m-kuhn committed Jan 15, 2014
1 parent 84fe676 commit 9812804
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions src/ui/qgsrelationeditorwidgetbase.ui
Expand Up @@ -2,6 +2,14 @@
<ui version="4.0">
<class>QgsRelationEditorWidgetBase</class>
<widget class="QgsCollapsibleGroupBox" name="QgsRelationEditorWidgetBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>288</width>
<height>94</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Expand All @@ -18,7 +26,7 @@
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionToggleEditing.png</normaloff>:/images/themes/default/mActionToggleEditing.png</iconset>
<normaloff>:/images/themes/default/mActionToggleEditing.svg</normaloff>:/images/themes/default/mActionToggleEditing.svg</iconset>
</property>
<property name="iconSize">
<size>
Expand All @@ -42,8 +50,8 @@
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
Expand All @@ -57,6 +65,12 @@
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionRemove.svg</normaloff>:/images/themes/default/mActionRemove.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
Expand All @@ -68,6 +82,12 @@
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionLink.svg</normaloff>:/images/themes/default/mActionLink.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
Expand All @@ -79,6 +99,12 @@
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionUnlink.svg</normaloff>:/images/themes/default/mActionUnlink.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
Expand All @@ -105,8 +131,8 @@
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="checkable">
Expand All @@ -128,8 +154,8 @@
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="checkable">
Expand Down

0 comments on commit 9812804

Please sign in to comment.