Skip to content

Commit 1479031

Browse files
committed
[needs-docs] Use correct open form icon in identify results toolbar
Before we used a different (non obvious) icon for "open form" in the toolbar. This changes the toolbar icon to reuse the same (clearer) icon which is used when expanding out the tree and finding the "show feature form" action. I've also moved the Open Form action to be first in the toolbar, since it's the most frequently used action.
1 parent e2c713e commit 1479031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/qgsidentifyresultsbase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
<property name="floatable">
6363
<bool>false</bool>
6464
</property>
65+
<addaction name="mOpenFormAction"/>
6566
<addaction name="mExpandAction"/>
6667
<addaction name="mCollapseAction"/>
6768
<addaction name="mExpandNewAction"/>
68-
<addaction name="mOpenFormAction"/>
6969
<addaction name="mClearResultsAction"/>
7070
<addaction name="mActionCopy"/>
7171
<addaction name="mActionPrint"/>
@@ -291,7 +291,7 @@
291291
<action name="mOpenFormAction">
292292
<property name="icon">
293293
<iconset resource="../../images/images.qrc">
294-
<normaloff>:/images/themes/default/mActionPropertyItem.svg</normaloff>:/images/themes/default/mActionPropertyItem.svg</iconset>
294+
<normaloff>:/images/themes/default/mActionFormView.svg</normaloff>:/images/themes/default/mActionFormView.svg</iconset>
295295
</property>
296296
<property name="text">
297297
<string>Open Form</string>

0 commit comments

Comments
 (0)