Added default needed stylesheets for Messages & Forums tree

Added default needed stylesheets for Messages & Forums tree
This commit is contained in:
defnax 2020-05-07 00:04:47 +02:00
parent de51f07922
commit e3953a1d57

View File

@ -890,3 +890,11 @@ WireDialog QFrame#frame{
WireDialog QWidget#scrollAreaWidgetContents_groups{ WireDialog QWidget#scrollAreaWidgetContents_groups{
background-color: white; background-color: white;
} }
MessagesDialog QWidget#messageTreeWidget::item {
padding: 2px;
}
GxsForumThreadWidget QWidget#threadTreeWidget::item {
padding: 2px;
}