Font size to 8 pixels for CAQTextEntry
This commit is contained in:
+1
-1
@@ -578,7 +578,7 @@ class CAQTextEntry(QLineEdit, PVGateway):
|
||||
|
||||
f = QFont("Sans Serif")
|
||||
f.setPixelSize(8)
|
||||
self.setFont(self, f)
|
||||
self.setFont(f)
|
||||
#fm = QFontMetricsF(f)
|
||||
#As for CAQLabel
|
||||
fm = QFontMetricsF(QFont("Sans Serif", 10))
|
||||
|
||||
Reference in New Issue
Block a user