summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-02-20 21:05:26 +0100
committerGitHub <noreply@github.com>2020-02-20 21:05:26 +0100
commita8cdc20dd33c90bd9f07820119499db39e9edf5b (patch)
treee59d8db038750068df94eda54110388f8284441e /src
parentReset user colors on theme change (in qml timeline) (diff)
parentTooltip and Combobox bugs with Breeze / Dark theme (diff)
downloadnheko-a8cdc20dd33c90bd9f07820119499db39e9edf5b.tar.xz
Merge pull request #125 from adasauce/118-dark-theme-issues
Tooltip and Combobox bugs with Breeze / Dark theme
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);