Remove not needed stylesheet application code
This commit is contained in:
@@ -69,8 +69,6 @@ void Button::initButton() {
|
||||
emergeAnimation->setDuration(80);
|
||||
emergeAnimation->setStartValue(QSize(0, 0));
|
||||
emergeAnimation->setEndValue(QSize(BUTTON_SIZE, BUTTON_SIZE));
|
||||
|
||||
setStyleSheet(getStyle());
|
||||
}
|
||||
|
||||
// getIcon returns the icon for the type of button, this method lets
|
||||
|
||||
Reference in New Issue
Block a user