diff --git a/arts/close.kra b/arts/close.kra
new file mode 100644
index 0000000000000000000000000000000000000000..8427ca634b58b6dbd58ff5a3c5e3e270da72f48f
Binary files /dev/null and b/arts/close.kra differ
diff --git a/arts/geometry.kra b/arts/geometry.kra
index e35a1b7396174fb3ee5ef7f8a4ca7512c9a39a71..19d29f74a2b39c2fb35ee0a697a56f0164551691 100644
Binary files a/arts/geometry.kra and b/arts/geometry.kra differ
diff --git a/arts/save.kra b/arts/save.kra
new file mode 100644
index 0000000000000000000000000000000000000000..8c8f6c6a3d11c04f4542ab1cfafee0e4732a29ec
Binary files /dev/null and b/arts/save.kra differ
diff --git a/arts/up-down.kra b/arts/up-down.kra
index 1f89ea48cb13f0cdfd4325424d617baf80157f70..78e7cff33eeb6cf9f7af6384c0f0ab080d28cb85 100644
Binary files a/arts/up-down.kra and b/arts/up-down.kra differ
diff --git a/src/View/ui/GeometryCrossSection.ui b/src/View/ui/GeometryCrossSection.ui
index 18a9702f0ce83266318ec2ffc16d7d2fde57d58b..cbec8c546937a2d15601397510d6de9b914b69e7 100644
--- a/src/View/ui/GeometryCrossSection.ui
+++ b/src/View/ui/GeometryCrossSection.ui
@@ -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>
diff --git a/src/View/ui/MainWindow.ui b/src/View/ui/MainWindow.ui
index f496e76ec895c1087105c855d5169bce9680f71a..1fe9c1a5f62762b47cece5106630771dee8fc477 100644
--- a/src/View/ui/MainWindow.ui
+++ b/src/View/ui/MainWindow.ui
@@ -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">
diff --git a/src/View/ui/ressources/close.png b/src/View/ui/ressources/close.png
index c829de0a6b894b43fe1e25dcca5576ff2fbf26c4..4a18b2bbdd2588b17f2158807571deb2a77df8a2 100755
Binary files a/src/View/ui/ressources/close.png and b/src/View/ui/ressources/close.png differ
diff --git a/src/View/ui/ressources/down.png b/src/View/ui/ressources/down.png
index ebb49fb30da7057a8d8c0c5fffa59cd0ebc1bd5e..eee95ee7fa88cf38ff5177c0ec70ec54516e50c2 100755
Binary files a/src/View/ui/ressources/down.png and b/src/View/ui/ressources/down.png differ
diff --git a/src/View/ui/ressources/initial_condition.png b/src/View/ui/ressources/initial_condition.png
index ab3a20dc2b0191dc8c8443994a7a59bd95337ee5..5af2473e59ae10c79b072ee6b8ab8f672afc2b5e 100644
Binary files a/src/View/ui/ressources/initial_condition.png and b/src/View/ui/ressources/initial_condition.png differ
diff --git a/src/View/ui/ressources/save.png b/src/View/ui/ressources/save.png
index 535f84abea138960d5e767815ad8c719936e2b44..ad90253135dc5c5d3178492cef24891cd9e88031 100755
Binary files a/src/View/ui/ressources/save.png and b/src/View/ui/ressources/save.png differ
diff --git a/src/View/ui/ressources/up.png b/src/View/ui/ressources/up.png
index 31be6aeaf98e938fbef47f44ac2733397748997c..897b24c7a6d6e2bcd1f6851b9beea23759ef62de 100755
Binary files a/src/View/ui/ressources/up.png and b/src/View/ui/ressources/up.png differ