Fixed a mistake ...
This commit is contained in:
@@ -62,7 +62,7 @@ class GuiDocDetails(QFrame):
|
||||
self.expCross = self.theTheme.getPixmap("cross", (self.iPx, self.iPx))
|
||||
|
||||
self.fntLabel = QFont()
|
||||
self.fntLabel.setPointSize(10)
|
||||
self.fntLabel.setBold(True)
|
||||
self.fntLabel.setPointSizeF(self.pS)
|
||||
|
||||
self.fntFixed = QFont()
|
||||
|
||||
+1
-1
@@ -59,7 +59,7 @@ class GuiMainStatus(QStatusBar):
|
||||
|
||||
self.fntFixed = QFont()
|
||||
self.fntFixed.setFamily("Monospace")
|
||||
self.fntFixed.setPointSizeF(self.theTheme.fontPointSize)
|
||||
self.fntFixed.setPointSizeF(0.95*self.theTheme.fontPointSize)
|
||||
|
||||
colNone = QColor(*self.theTheme.statNone)
|
||||
colTrue = QColor(*self.theTheme.statUnsaved)
|
||||
|
||||
Reference in New Issue
Block a user