Browse Source

The icons changed
CURA-4527

Aleksei S 7 years ago
parent
commit
d7b230269b

+ 1 - 2
resources/qml/Topbar.qml

@@ -242,7 +242,6 @@ Rectangle
             anchors.verticalCenter: viewOrientationControl.verticalCenter
             onClicked:{
                 UM.Controller.rotateView("3d", 0);
-                console.log("WIDTH : " + base.width)
             }
             visible: base.width > 1100
         }
@@ -250,7 +249,7 @@ Rectangle
         // #2 Front view
         Button
         {
-            iconSource: UM.Theme.getIcon("view_fron")
+            iconSource: UM.Theme.getIcon("view_front")
             style: UM.Theme.styles.orientation_button
             anchors.verticalCenter: viewOrientationControl.verticalCenter
             onClicked:{

File diff suppressed because it is too large
+ 0 - 51
resources/themes/cura-light/icons/view_3d.svg


File diff suppressed because it is too large
+ 0 - 52
resources/themes/cura-light/icons/view_fron.svg


+ 19 - 0
resources/themes/cura-light/icons/view_front.svg

@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="30px" height="30px" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
+    <title>icn_front_white</title>
+    <desc>Created with Sketch.</desc>
+    <defs>
+        <rect id="path-1" x="4" y="11" width="15" height="15"></rect>
+    </defs>
+    <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="icn_front_white">
+            <polygon id="Path-2" stroke="#1F2427" points="25.9854977 4 11.3636023 4 4.05692142 11.3333333 4 26 18.6890523 26 26 18.6666667"></polygon>
+            <g id="Rectangle-3-Copy-3">
+                <use fill="#1F2427" fill-rule="evenodd" xlink:href="#path-1"></use>
+                <rect stroke="#1F2427" stroke-width="1" x="4.5" y="11.5" width="14" height="14"></rect>
+            </g>
+            <path d="M18.4012594,11.6428026 L26,4" id="Path-3" stroke="#1F2427"></path>
+        </g>
+    </g>
+</svg>

File diff suppressed because it is too large
+ 0 - 52
resources/themes/cura-light/icons/view_left.svg


File diff suppressed because it is too large
+ 0 - 52
resources/themes/cura-light/icons/view_right.svg


File diff suppressed because it is too large
+ 0 - 52
resources/themes/cura-light/icons/view_top.svg


Some files were not shown because too many files changed in this diff