updating icons more flat replacement

improving people page layout
This commit is contained in:
defnax 2016-08-24 03:28:57 +02:00
parent b7416ba207
commit 5e22ddc93e
20 changed files with 445 additions and 229 deletions

View file

@ -107,7 +107,7 @@ QString GxsChannelDialog::icon(IconType type)
case ICON_NAME:
return ":/icons/png/channels.png";
case ICON_NEW:
return ":/images/add_channel24.png";
return ":/icons/png/add.png";
case ICON_YOUR_GROUP:
return ":/images/folder16.png";
case ICON_SUBSCRIBED_GROUP:

View file

@ -95,11 +95,11 @@ QPixmap GxsChannelGroupDialog::serviceImage()
switch (mode())
{
case MODE_CREATE:
return QPixmap(":/images/add_channel64.png");
return QPixmap(":/icons/png/channels.png");
case MODE_SHOW:
return QPixmap(":/images/channels.png");
return QPixmap(":/icons/png/channels.png");
case MODE_EDIT:
return QPixmap(":/images/channels.png");
return QPixmap(":/icons/png/channels.png");
}
return QPixmap();