fix updater ui bug.
This commit is contained in:
parent
0b17f9cf34
commit
fbc2b92590
@ -88,8 +88,8 @@ class DialogUpdates(QtGui.QDialog, Ui_DialogUpdates):
|
|||||||
|
|
||||||
|
|
||||||
def appendHtml(self,html='',temp=''):
|
def appendHtml(self,html='',temp=''):
|
||||||
self.html += html + '<div id="text_bottom"></div>'
|
self.html += html
|
||||||
self.textBrowser.setHtml(u'<html><body>{0}{1}</body></html>'.format(self.html,temp))
|
self.textBrowser.setHtml(u'<html><body>{0}{1}{2}</body></html>'.format(self.html, temp, u'<div id="text_bottom"></div>'))
|
||||||
self.textBrowser.scrollToAnchor('text_bottom')
|
self.textBrowser.scrollToAnchor('text_bottom')
|
||||||
|
|
||||||
def finish(self):
|
def finish(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user