mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Added new blue icon set for Chat Widget (icons by Beluga) svg ad png Format
This commit is contained in:
parent
46d4863b09
commit
e2bb477899
45 changed files with 2069 additions and 174 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
#include <time.h>
|
||||
|
||||
#define FMM 2//fontMetricsMultiplicator
|
||||
#define FMM 2.8//fontMetricsMultiplicator
|
||||
|
||||
/*****
|
||||
* #define CHAT_DEBUG 1
|
||||
|
@ -109,7 +109,8 @@ ChatWidget::ChatWidget(QWidget *parent) :
|
|||
ui->searchButton->setFixedSize(buttonSize);
|
||||
ui->searchButton->setIconSize(iconSize);
|
||||
ui->sendButton->setFixedHeight(iconHeight);
|
||||
|
||||
ui->sendButton->setIconSize(iconSize);
|
||||
|
||||
//Initialize search
|
||||
iCharToStartSearch=Settings->getChatSearchCharToStartSearch();
|
||||
bFindCaseSensitively=Settings->getChatSearchCaseSensitively();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue