Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #36115 from DelazJ/expressionBuilderFunctions
Browse files Browse the repository at this point in the history
Default the expression builder dialog to the functions list page
  • Loading branch information
alexbruy committed May 1, 2020
2 parents bc3cea9 + 47c54e4 commit 815b18f
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 @@ -763,12 +763,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 @@ -783,12 +777,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 815b18f

Please sign in to comment.