From e3953a1d579577b7adab85ff33ee17a16ee5e7f5 Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 7 May 2020 00:04:47 +0200 Subject: [PATCH 1/2] Added default needed stylesheets for Messages & Forums tree Added default needed stylesheets for Messages & Forums tree --- retroshare-gui/src/gui/qss/stylesheet/Standard.qss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index f63132d48..01b1f5f12 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -890,3 +890,11 @@ WireDialog QFrame#frame{ WireDialog QWidget#scrollAreaWidgetContents_groups{ background-color: white; } + +MessagesDialog QWidget#messageTreeWidget::item { + padding: 2px; +} + +GxsForumThreadWidget QWidget#threadTreeWidget::item { + padding: 2px; +} From 998f45fb59a8f428a4c60ace1f1a547e93e036b8 Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 7 May 2020 14:07:28 +0200 Subject: [PATCH 2/2] Fixing spacing --- retroshare-gui/src/gui/qss/stylesheet/Standard.qss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss index 01b1f5f12..19c6eece1 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/Standard.qss +++ b/retroshare-gui/src/gui/qss/stylesheet/Standard.qss @@ -571,54 +571,63 @@ IdEditDialog QLabel#info_label background: #FFFFD7; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); } + GenCertDialog QComboBox#genPGPuser { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QSpinBox#hiddenport_spinBox { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QLineEdit#hiddenaddr_input { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QLineEdit#password2_input { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QLineEdit#password_input { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QLineEdit#nickname_input { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QLineEdit#node_input { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QLineEdit#name_input { border: 2px solid #0099cc; border-radius: 6px; background: white; font: bold; } + GenCertDialog QPushButton#genButton { border-image: url(:/images/btn_blue.png) 4; border-width: 4;