All fixed sizes should no be passed through the pxInt function
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class GuiDocViewer(QTextBrowser):
|
||||
self.theHandle = None
|
||||
|
||||
self.qDocument = self.document()
|
||||
self.setMinimumWidth(300)
|
||||
self.setMinimumWidth(self.mainConf.pxInt(300))
|
||||
self.setOpenExternalLinks(False)
|
||||
self.initViewer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user