fixed minor bugs

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-06 23:00:31 +02:00
parent 4708e8950e
commit b8be88d488
4 changed files with 12 additions and 11 deletions
+1
View File
@@ -33,6 +33,7 @@ class Core():
self._mw = False
self.temp = tempfile.mkdtemp()
# print(self.temp)
self.projectname = "Cascade"
self.tempcwd = False
# if ther's not current project folder from restorepref
+1 -1
View File
@@ -179,7 +179,7 @@ class WebViewToolBar(QWidget):
self.hbox.addWidget(self.zoom)
# page
self.gotopage = QLabel("Go to Page: /"+self.parent.core.docsettings['np'])
self.gotopage = QLabel("Go to Page: /"+str(self.parent.core.docsettings['np']))
self.hbox.addWidget(self.gotopage)
self.page = QSpinBox(self)
self.page.setMinimum(1)