[FEM] increase size of generic solver task panel
- increase it to size of CCX panel to create more room for the log output
This commit is contained in:
@@ -240,6 +240,9 @@ class ControlWidget(QtGui.QWidget):
|
||||
# Solver status log
|
||||
self._statusEdt = QtGui.QPlainTextEdit()
|
||||
self._statusEdt.setReadOnly(True)
|
||||
# for the log we need a certain height
|
||||
# set it so to almost match the size of the CCX solver panel
|
||||
self._statusEdt.setMinimumHeight(300)
|
||||
|
||||
# Elapsed time indicator
|
||||
timeHeaderLbl = QtGui.QLabel(self.tr("Elapsed Time:"))
|
||||
|
||||
Reference in New Issue
Block a user