Use minus for remove icon

This commit is contained in:
Craig Drummond
2015-08-30 12:41:19 +01:00
parent f3d89a1e98
commit 28d009af4c

View File

@@ -443,7 +443,7 @@ Icons::Icons()
connectIcon=loadAwesomeIcon(fa::chevrondown, stdColor, stdColor);
disconnectIcon=loadAwesomeIcon(fa::eject, stdColor, stdColor);
importIcon=loadAwesomeIcon(fa::music, stdColor, stdColor);
removeIcon=loadAwesomeIcon(fa::remove, red, red);
removeIcon=loadAwesomeIcon(fa::minus, red, red);
addIcon=loadAwesomeIcon(fa::plus, stdColor, stdColor);
Icon::setStd(Icon::Close, loadAwesomeIcon(fa::close, red, red));
} else {