remove background from buttons widget

This commit is contained in:
iLLiCiTiT 2021-04-28 11:51:12 +02:00
parent 56445626a3
commit 653312f8ee

View file

@ -213,7 +213,6 @@ class InstallDialog(QtWidgets.QDialog):
# Bottom button bar
# --------------------------------------------------------------------
bottom_widget = QtWidgets.QWidget(self)
bottom_widget.setStyleSheet("background-color: rgb(32, 32, 32);")
btns_widget = QtWidgets.QWidget(bottom_widget)