executesql: use a different open sql file icon

The current one always looks to me as if the button is disabled.
This commit is contained in:
Peinthor Rene
2015-02-08 11:12:24 +01:00
parent 140c8d9805
commit 3b992e7337
3 changed files with 2 additions and 1 deletions

View File

@@ -1438,7 +1438,7 @@
<action name="actionSqlOpenFile">
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/open_sql</normaloff>:/icons/open_sql</iconset>
<normaloff>:/icons/document_open</normaloff>:/icons/document_open</iconset>
</property>
<property name="text">
<string>Open SQL file</string>

BIN
src/icons/document-open.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

View File

@@ -41,5 +41,6 @@
<file alias="project_open">package_go.png</file>
<file alias="field_key">page_key.png</file>
<file alias="encryption">key.png</file>
<file alias="document_open">document-open.png</file>
</qresource>
</RCC>