Arts: Add save icon and some change.

setup.py
Pierre-Antoine Rouby 2024-03-29 16:00:05 +01:00
parent cd571b6ec4
commit 88c75c0d35
11 changed files with 15 additions and 9 deletions

BIN
arts/close.kra Normal file

Binary file not shown.

Binary file not shown.

BIN
arts/save.kra Normal file

Binary file not shown.

Binary file not shown.

View File

@ -62,7 +62,7 @@
<action name="action_add">
<property name="icon">
<iconset>
<normaloff>ressources/add.png</normaloff>ressources/gtk-add.png</iconset>
<normaloff>ressources/add.png</normaloff>ressources/add.png</iconset>
</property>
<property name="text">
<string>add</string>
@ -74,7 +74,7 @@
<action name="action_delete">
<property name="icon">
<iconset>
<normaloff>ressources/del.png</normaloff>ressources/gtk-remove.png</iconset>
<normaloff>ressources/del.png</normaloff>ressources/del.png</iconset>
</property>
<property name="text">
<string>delete</string>
@ -110,7 +110,7 @@
<action name="action_sort_asc">
<property name="icon">
<iconset>
<normaloff>ressources/gtk-sort-ascending.png</normaloff>ressources/gtk-sort-ascending.png</iconset>
<normaloff>ressources/sort_1-9.png</normaloff>ressources/sort_1-9.png</iconset>
</property>
<property name="text">
<string>sort_asc</string>
@ -122,7 +122,7 @@
<action name="action_sort_des">
<property name="icon">
<iconset>
<normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset>
<normaloff>ressources/sort_9-1.png</normaloff>ressources/sort_9-1.png</iconset>
</property>
<property name="text">
<string>sort_des</string>

View File

@ -197,7 +197,7 @@
</widget>
<widget class="QMenu" name="menu_Avensed">
<property name="title">
<string>&amp;Advansed</string>
<string>&amp;Advanced</string>
</property>
<widget class="QMenu" name="menuMage">
<property name="title">
@ -268,6 +268,12 @@
<property name="movable">
<bool>true</bool>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="floatable">
<bool>false</bool>
</property>
@ -296,8 +302,8 @@
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
<width>36</width>
<height>36</height>
</size>
</property>
<attribute name="toolBarArea">
@ -508,7 +514,7 @@
<action name="action_toolBar_close">
<property name="icon">
<iconset>
<normaloff>ressources/gtk-close.png</normaloff>ressources/gtk-close.png</iconset>
<normaloff>ressources/close.png</normaloff>ressources/close.png</iconset>
</property>
<property name="text">
<string>Close current study</string>
@ -592,7 +598,7 @@
<string>Friction</string>
</property>
<property name="toolTip">
<string>Edit friction frictions</string>
<string>Edit frictions</string>
</property>
</action>
<action name="action_menu_edit">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 B

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 14 KiB