browser: port b769403

pull/605/head
Robert Jördens 2016-07-09 18:48:05 +02:00
parent 42093ace8d
commit ee5b269823
1 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,8 @@ class _ExperimentDock(QtWidgets.QMdiSubWindow):
def __init__(self, area, expurl, arguments):
QtWidgets.QMdiSubWindow.__init__(self)
qfm = QtGui.QFontMetrics(self.font())
self.resize(100*qfm.averageCharWidth(), 30*qfm.lineSpacing())
self.setWindowTitle(expurl)
self.setWindowIcon(QtWidgets.QApplication.style().standardIcon(
QtWidgets.QStyle.SP_FileDialogContentsView))