Merge pull request #125 from adasauce/118-dark-theme-issues
Tooltip and Combobox bugs with Breeze / Dark theme
This commit is contained in:
commit
a8cdc20dd3
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