diff --git a/retroshare-gui/src/gui/Identity/IdDialog.cpp b/retroshare-gui/src/gui/Identity/IdDialog.cpp index 5d27dcdf8..caf63be6b 100644 --- a/retroshare-gui/src/gui/Identity/IdDialog.cpp +++ b/retroshare-gui/src/gui/Identity/IdDialog.cpp @@ -176,6 +176,10 @@ IdDialog::IdDialog(QWidget *parent) : /* Setup tree */ ui->treeWidget_IdList->sortByColumn(RSID_COL_NICKNAME, Qt::AscendingOrder); ui->treeWidget_IdList->setContextMenuPolicy(Qt::CustomContextMenu) ; + + // Set initial size of the splitter + ui->splitter->setStretchFactor(0, 0); + ui->splitter->setStretchFactor(1, 1); mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this); diff --git a/retroshare-gui/src/gui/chat/ChatWidget.cpp b/retroshare-gui/src/gui/chat/ChatWidget.cpp index c50f16d55..48548fd4d 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.cpp +++ b/retroshare-gui/src/gui/chat/ChatWidget.cpp @@ -280,6 +280,7 @@ void ChatWidget::init(const ChatId &chat_id, const QString &title) messageCount = Settings->getPublicChatHistoryCount(); ui->titleBarFrame->setVisible(false); + ui->actionSearch_History->setVisible(false); } if (rsHistory->getEnable(hist_chat_type)) diff --git a/retroshare-gui/src/gui/qss/chat/standard/private/main.css b/retroshare-gui/src/gui/qss/chat/standard/private/main.css index 5f9a460dd..7bcf8c66d 100644 --- a/retroshare-gui/src/gui/qss/chat/standard/private/main.css +++ b/retroshare-gui/src/gui/qss/chat/standard/private/main.css @@ -8,7 +8,7 @@ .incomingHeader { background-color:#dfedff; border-color:#fafafa #d1dfef #d1dfef #fafafa; - color: #295b07; + color: #91968f; } .outgoingHeader { @@ -20,7 +20,7 @@ .hincomingHeader { background-color:#dfedff; border-color:#fafafa #d1dfef #d1dfef #fafafa; - color: #88f042; + color: #7F837D; } .houtgoingHeader {