Bug 398941 - Change Remove icons to be consistent
Summary: Change Remove icons to be consistent
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: 0.8.1
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-22 03:14 UTC by Andrew Crouthamel
Modified: 2018-09-22 18:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.8.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Crouthamel 2018-09-22 03:14:30 UTC
SUMMARY
The icon used to remove a widget and a dock are inconsistent.

STEPS TO REPRODUCE
1. Right click on Latte Dock, select Dock/Panel settings.
2. The Remove button on the Behavior tab should use the "trash" icon, as many other KDE apps use, for removing something.
3. Right click on Latte Dock, select Dock/Panel settings
4. Mouse over a widget, the "Remove applet" icon should use the "trash icon" as well.

EXPECTED RESULT
Icons are clear regarding an action to remove/throw away something.

ACTUAL RESULT
Icons are ambiguous as they use the "close" icon.

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 5.13.5
KDE Frameworks Version: 5.50.0
Qt Version: 5.11.1

ADDITIONAL INFORMATION
Comment 1 Michail Vourlakos 2018-09-22 15:56:55 UTC
Git commit f4c9060bff92c27d42954418e0c831cebc21778c by Michail Vourlakos.
Committed on 22/09/2018 at 15:55.
Pushed by mvourlakos into branch 'master'.

update delete icons to plasma design
FIXED-IN: 0.8.2

M  +1    -1    containment/package/contents/ui/ConfigOverlay.qml
M  +1    -1    shell/package/contents/configuration/LatteDockConfiguration.qml

https://commits.kde.org/latte-dock/f4c9060bff92c27d42954418e0c831cebc21778c
Comment 2 Michail Vourlakos 2018-09-22 15:58:32 UTC
Git commit bce90083749d2538fec91486f2e38d83bd8e1817 by Michail Vourlakos.
Committed on 22/09/2018 at 15:57.
Pushed by mvourlakos into branch 'v0.8'.

update delete icons to plasma design
FIXED-IN: 0.8.2

M  +1    -1    containment/package/contents/ui/ConfigOverlay.qml
M  +1    -1    shell/package/contents/configuration/LatteDockConfiguration.qml

https://commits.kde.org/latte-dock/bce90083749d2538fec91486f2e38d83bd8e1817
Comment 3 Andrew Crouthamel 2018-09-22 18:13:30 UTC
Cool! Thanks!