forked from qt-creator/qt-creator
Android, McuSupport: Change "download" icons to "online"
The download icon might suggest that clicking that button causes an automated download/installation. Since we have similar automation in the Android settings, that could be misleading. Change-Id: Ia1e4f1cfe15f79daf090546ee7c991f93b23fd13 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
@@ -198,6 +198,8 @@ const Icon SORT_ALPHABETICALLY_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/sort_alphabetically.png"), Theme::IconsBaseColor}});
|
||||
const Icon TOGGLE_PROGRESSDETAILS_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/toggleprogressdetails.png"), Theme::IconsBaseColor}});
|
||||
const Icon ONLINE({
|
||||
{QLatin1String(":/utils/images/online.png"), Theme::PanelTextColorMid}}, Icon::Tint);
|
||||
const Icon ONLINE_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/online.png"), Theme::IconsBaseColor}});
|
||||
const Icon DOWNLOAD({
|
||||
|
||||
Reference in New Issue
Block a user