Skip to content

Commit

Permalink
error message got bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
heidariarash committed Jan 28, 2021
1 parent 9e8074a commit a710c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIs/mainPageUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def setupUi(self, NN2GUI):
"}")
self.load_classes.setObjectName("load_classes")
self.load_classes_error = QtWidgets.QLabel(self.centralwidget)
self.load_classes_error.setGeometry(QtCore.QRect(240, 240, 181, 20))
self.load_classes_error.setGeometry(QtCore.QRect(35, 250, 380, 20))
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
Expand Down

0 comments on commit a710c5f

Please sign in to comment.