From 792f7ff7eb71c5b2b45234557753e784b3ccd220 Mon Sep 17 00:00:00 2001 From: RetroPooh Date: Fri, 10 Nov 2017 18:31:41 +0300 Subject: [PATCH] fix status led icons for distant chat --- retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp index 5e3eca6d7..f457e11d9 100644 --- a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp +++ b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp @@ -32,10 +32,10 @@ #include "RsAutoUpdatePage.h" #include "PopupDistantChatDialog.h" -#define IMAGE_RED_LED ":/icons/bullet_red_64.png" -#define IMAGE_YEL_LED ":/icons/bullet_yellow_64.png" -#define IMAGE_GRN_LED ":/icons/bullet_green_64.png" -#define IMAGE_GRY_LED ":/icons/bullet_grey_64.png" +#define IMAGE_RED_LED ":/icons/bullet_red_128.png" +#define IMAGE_YEL_LED ":/icons/bullet_yellow_128.png" +#define IMAGE_GRN_LED ":/icons/bullet_green_128.png" +#define IMAGE_GRY_LED ":/icons/bullet_grey_128.png" PopupDistantChatDialog::~PopupDistantChatDialog() {