Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjelle Spijker <j.spijker@ultimaker.com>2021-04-26 20:42:17 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-04-26 20:42:17 +0300
commit2bd6f28f3a38a636d3e3a3198c368cca246828f0 (patch)
treedd7ec6f9c607a190b99cfdc7c8b5bbd3247a36ac /resources/qml/ActionPanel/OutputDevicesActionButton.qml
parent7e98fb7fb065b6d672ecc808f7747d962c05f681 (diff)
Update Icons
Subdivided the new icons in 3 size categories. As requested by UX Used the company naming scheme for uniformity and easy recognition. Known issues: - Top/Bottom category wasn't taken into account by UX at the time. Since this is a recent addition. Both the Walls and Top/Bottom will be updated. - Cloud/Network connection icons 12px don't render correctly. Due to the theme-ing. - Extruder Icons do not render correctly. CURA-8010_new_icons
Diffstat (limited to 'resources/qml/ActionPanel/OutputDevicesActionButton.qml')
-rw-r--r--resources/qml/ActionPanel/OutputDevicesActionButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/ActionPanel/OutputDevicesActionButton.qml b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
index 866b8cc627..6d1a1d83dd 100644
--- a/resources/qml/ActionPanel/OutputDevicesActionButton.qml
+++ b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
@@ -60,7 +60,7 @@ Item
leftPadding: UM.Theme.getSize("narrow_margin").width //Need more space than usual here for wide text.
rightPadding: UM.Theme.getSize("narrow_margin").width
- iconSource: popup.opened ? UM.Theme.getIcon("arrow_top") : UM.Theme.getIcon("arrow_bottom")
+ iconSource: popup.opened ? UM.Theme.getIcon("ChevronSingleUp") : UM.Theme.getIcon("ChevronSingleDown")
color: UM.Theme.getColor("action_panel_secondary")
visible: (devicesModel.deviceCount > 1)
@@ -113,4 +113,4 @@ Item
}
UM.OutputDevicesModel { id: devicesModel }
-} \ No newline at end of file
+}