Skip to content

Commit

Permalink
Revert "fix: revert changes to dialogUI"
Browse files Browse the repository at this point in the history
This reverts commit 5490bbf.
  • Loading branch information
merydian committed Feb 13, 2024
1 parent 030e437 commit b914a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/gui/ORStoolsDialogUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Ui_ORStoolsDialogBase(object):
def setupUi(self, ORStoolsDialogBase):
ORStoolsDialogBase.setObjectName("ORStoolsDialogBase")
ORStoolsDialogBase.resize(412, 868)
ORStoolsDialogBase.resize(412, 686)
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Expanding)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
Expand Down

0 comments on commit b914a89

Please sign in to comment.