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
This commit is contained in:
parent
fcaec0d099
commit
8b8b844bda
4 changed files with 12 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue