summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAdasauce <adasauce@with.parts>2020-02-20 15:51:07 -0400
committerAdasauce <adasauce@with.parts>2020-02-20 15:51:07 -0400
commit8b8b844bdaa9989ba94fb298c232d0d423100731 (patch)
tree85dde84ad893f6e500adfa0a247bfd6ba27b0558 /src
parentFix html messages sent as just plain text (diff)
downloadnheko-8b8b844bdaa9989ba94fb298c232d0d423100731.tar.xz
Tooltip and Combobox bugs with Breeze / Dark theme
setStyleSheet was overriding default tooltip theme from the system,
causing themes like Breeze to render white text on a grey bg for
tooltips. Tooltips now render default for the system theme everywhere.

set a theme matching color on the dark theme comboboxes.

fixes #118
Diffstat (limited to 'src')
-rw-r--r--src/CommunitiesList.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CommunitiesList.cpp b/src/CommunitiesList.cpp

index 2d97594a..2fb8731c 100644 --- a/src/CommunitiesList.cpp +++ b/src/CommunitiesList.cpp
@@ -16,8 +16,6 @@ CommunitiesList::CommunitiesList(QWidget *parent) sizePolicy.setVerticalStretch(1); setSizePolicy(sizePolicy); - setStyleSheet("border-style: none;"); - topLayout_ = new QVBoxLayout(this); topLayout_->setSpacing(0); topLayout_->setMargin(0);