This commit is contained in:
Kovid Goyal 2016-02-03 09:06:00 +05:30
parent 1172b4940f
commit 2638906e69

View File

@ -307,6 +307,7 @@ class Tester(Dialog):
h.addWidget(b) h.addWidget(b)
self.result = la = QLabel(self) self.result = la = QLabel(self)
la.setWordWrap(True) la.setWordWrap(True)
la.setText('<p>&nbsp;<br>&nbsp;</p>')
l.addWidget(la) l.addWidget(la)
l.addWidget(self.bb) l.addWidget(self.bb)