mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove label margins
This commit is contained in:
parent
5dfba1d535
commit
b360b06574
1 changed files with 0 additions and 1 deletions
|
|
@ -316,7 +316,6 @@ class InstallDialog(QtWidgets.QDialog):
|
|||
|
||||
openpype_logo_label = QtWidgets.QLabel("openpype logo", bottom_widget)
|
||||
openpype_logo_label.setPixmap(self._pixmap_openpype_logo)
|
||||
openpype_logo_label.setContentsMargins(5, 5, 5, 5)
|
||||
|
||||
run_button = ButtonWithOptions(
|
||||
["Run", "Run from code"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue