Skip to content

Commit

Permalink
[FIXED] disabled window resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMonnery committed Oct 14, 2019
1 parent 39ffe6b commit d063862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comics2pdf_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def on_button_clicked(self):

def setupUi(self, Form):
Form.setObjectName("Comics2pdf GUI")
Form.resize(536, 164)
Form.setFixedSize(536, 164)
self.error_dialog = QtWidgets.QErrorMessage()

self.convert = QtWidgets.QPushButton(Form)
Expand Down

0 comments on commit d063862

Please sign in to comment.