Skip to content

Commit

Permalink
executesql: use a different open sql file icon
Browse files Browse the repository at this point in the history
The current one always looks to me as if the button is disabled.
  • Loading branch information
rp- committed Feb 8, 2015
1 parent 140c8d9 commit 3b992e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Binary file added src/icons/document-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/icons.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 3b992e7

Please sign in to comment.