diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.ui b/retroshare-gui/src/gui/ChatLobbyWidget.ui index 9a563f4a7..d3e6e03e2 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.ui +++ b/retroshare-gui/src/gui/ChatLobbyWidget.ui @@ -234,176 +234,168 @@ Chat Room info - - - + + + 6 - - - - - - - 75 - true - - - - Chat room Name: - - - - - - - - 75 - true - - - - Chat room Id: - - - - - - - - 75 - true - - - - Topic: - - - - - - - - 75 - true - - - - Type: - - - - - - - - 75 - true - - - - Security: - - - - - - - - 75 - true - - - - Peers: - - - - + + + + + 75 + true + + + + Chat room Name: + + - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - - 0 - 0 - - - - TextLabel - - - true - - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - TextLabel - - - - - - - - 0 - 0 - - - - TextLabel - - - - + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 75 + true + + + + Chat room Id: + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 75 + true + + + + Topic: + + + + + + + + 0 + 0 + + + + TextLabel + + + true + + + + + + + + 75 + true + + + + Type: + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 75 + true + + + + Security: + + + + + + + TextLabel + + + + + + + + 75 + true + + + + Peers: + + + + + + + + 0 + 0 + + + + TextLabel + + - + TextLabel @@ -413,7 +405,7 @@ - + Qt::Vertical diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index f970db883..e955c26e3 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -202,7 +202,8 @@ CreateGxsForumMsg QPushButton#postButton:disabled, PostedCreatePostDialog QPushB GxsForumThreadWidget QLabel#forumName { - font: bold; + font: bold; + font-size: 14px; } CreateForumMsg > QToolBar#toolBar, CreateForumV2Msg > QToolBar#toolBar { @@ -241,6 +242,12 @@ ChatLobbyWidget QLabel#lobbyinfo_label background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); } +ChatLobbyWidget QLabel#lobbyname_lineEdit +{ + font: bold; + font-size: 16px; +} + ChatLobbyWidget QGroupBox#lobbyinfo_groupBox { @@ -785,7 +792,8 @@ PostedListWidgetWithModel QComboBox#sortStrategy_CB { color: #0099cc; } -PostedListWidgetWithModel QToolButton#submitPostButton { +PostedListWidgetWithModel QToolButton#submitPostButton, GxsChannelPostsWidgetWithModel QToolButton#postButton, +GxsForumThreadWidget QToolButton#newthreadButton { font: bold; }