remove label margins

This commit is contained in:
iLLiCiTiT 2021-04-29 17:56:09 +02:00
parent 5dfba1d535
commit b360b06574

View file

@ -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"],