Skip to content

Commit

Permalink
Default the expression builder dialog to the functions list page
Browse files Browse the repository at this point in the history
and do not force icon size
  • Loading branch information
DelazJ committed May 1, 2020
1 parent 60d5684 commit 47c54e4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/ui/qgsexpressionbuilder.ui
Expand Up @@ -35,7 +35,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<property name="documentMode">
<bool>true</bool>
Expand Down Expand Up @@ -837,12 +837,6 @@ Change the name of the script and save to allow QGIS to auto load on startup.</s
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
Expand All @@ -857,12 +851,6 @@ Change the name of the script and save to allow QGIS to auto load on startup.</s
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyRemove.svg</normaloff>:/images/themes/default/symbologyRemove.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 47c54e4

Please sign in to comment.