fixed selection color for light theme

This commit is contained in:
fourtf
2017-12-19 02:37:58 +01:00
parent f8e4d9a737
commit e39b9093f9
4 changed files with 6 additions and 3 deletions
-2
View File
@@ -20,8 +20,6 @@ RippleEffectLabel::RippleEffectLabel(BaseWidget *parent, int spacing)
this->hbox.addSpacing(spacing);
this->hbox.addWidget(&this->label);
this->hbox.addSpacing(spacing);
// this->setMouseEffectColor(QColor(255, 255, 255, 63));
}
} // namespace widgets