fill button background

This commit is contained in:
laserpants 2016-03-22 11:54:01 +03:00
parent f948e6f828
commit db345d5735
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RaisedButton::RaisedButton(QWidget *parent)
{
CustomShadowEffect *effect = new CustomShadowEffect;
setGraphicsEffect(effect);
setAutoFillBackground(true);
}
RaisedButton::~RaisedButton()