mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
remove background from buttons widget
This commit is contained in:
parent
56445626a3
commit
653312f8ee
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue