All fixed sizes should no be passed through the pxInt function
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class GuiDocEditor(QTextEdit):
|
||||
|
||||
# Editor State
|
||||
self.hasSelection = False
|
||||
self.setMinimumWidth(300)
|
||||
self.setMinimumWidth(self.mainConf.pxInt(300))
|
||||
self.setAcceptRichText(False)
|
||||
|
||||
# Custom Shortcuts
|
||||
|
||||
Reference in New Issue
Block a user