misc(editor): changed save/load icons to use system theme
This commit is contained in:
parent
4abf480646
commit
18a1cc79df
1 changed files with 3 additions and 6 deletions
|
@ -170,8 +170,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="actionNew">
|
<action name="actionNew">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset theme="document-new"/>
|
||||||
<normaloff>assets/icons/editor/new.png</normaloff>assets/icons/editor/new.png</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>New</string>
|
<string>New</string>
|
||||||
|
@ -185,8 +184,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="actionOpen">
|
<action name="actionOpen">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset theme="document-open"/>
|
||||||
<normaloff>assets/icons/editor/open.png</normaloff>assets/icons/editor/open.png</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Open</string>
|
<string>Open</string>
|
||||||
|
@ -200,8 +198,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="actionSave">
|
<action name="actionSave">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset theme="document-save"/>
|
||||||
<normaloff>assets/icons/editor/save.png</normaloff>assets/icons/editor/save.png</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Save</string>
|
<string>Save</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue