From 8b8b844bdaa9989ba94fb298c232d0d423100731 Mon Sep 17 00:00:00 2001 From: Adasauce Date: Thu, 20 Feb 2020 15:51:07 -0400 Subject: 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 --- src/CommunitiesList.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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); -- cgit 1.5.1