Skip to content

Commit 29a0fe4

Browse files
committed
Add bespoke undock/dock icon
1 parent 65d8bc8 commit 29a0fe4

4 files changed

Lines changed: 115 additions & 2 deletions

File tree

resources/icons/settings_dock.svg

Lines changed: 56 additions & 0 deletions
Loading
Lines changed: 57 additions & 0 deletions
Loading

resources/qml/ProfileSelector40.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Item
5050
right: collapseButton.left
5151
rightMargin: UM.Theme.getSize("thin_margin").width
5252
}
53-
iconSource: UM.Theme.getIcon("cross2")
53+
iconSource: settingsDocked ? "../icons/settings_undock.svg" : "../icons/settings_dock.svg"
5454
width: UM.Theme.getSize("default_arrow").width
5555
height: UM.Theme.getSize("default_arrow").height
5656
color: UM.Theme.getColor("small_button_text")

resources/qml/ProfileSelector44.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Item
194194
right: collapseButton.left
195195
rightMargin: UM.Theme.getSize("thin_margin").width
196196
}
197-
iconSource: UM.Theme.getIcon("cross2")
197+
iconSource: settingsDocked ? "../icons/settings_undock.svg" : "../icons/settings_dock.svg"
198198
width: UM.Theme.getSize("default_arrow").width
199199
height: UM.Theme.getSize("default_arrow").height
200200
color: UM.Theme.getColor("small_button_text")

0 commit comments

Comments
 (0)