mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
don't force size of dialog
This commit is contained in:
parent
f3a91bb95a
commit
ad5a1ccb28
1 changed files with 0 additions and 7 deletions
|
|
@ -137,8 +137,6 @@ class MongoWidget(QtWidgets.QWidget):
|
|||
|
||||
class InstallDialog(QtWidgets.QDialog):
|
||||
"""Main Igniter dialog window."""
|
||||
_size_w = 400
|
||||
_size_h = 600
|
||||
_controls_disabled = False
|
||||
|
||||
def __init__(self, parent=None):
|
||||
|
|
@ -165,11 +163,6 @@ class InstallDialog(QtWidgets.QDialog):
|
|||
QtCore.Qt.WindowMinimizeButtonHint
|
||||
)
|
||||
|
||||
self.setMinimumSize(
|
||||
QtCore.QSize(self._size_w, self._size_h))
|
||||
self.setMaximumSize(
|
||||
QtCore.QSize(self._size_w + 100, self._size_h + 500))
|
||||
|
||||
# style for normal console text
|
||||
self.default_console_style = QtGui.QTextCharFormat()
|
||||
# self.default_console_style.setFontPointSize(0.1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue