Font size to 12 CAQTextEntry

This commit is contained in:
2024-02-29 13:13:11 +01:00
parent 53a0f6495d
commit 9beed3ff90
+1 -1
View File
@@ -582,7 +582,7 @@ class CAQTextEntry(QLineEdit, PVGateway):
#self.setFont(f)
#fm = QFontMetricsF(f)
#As for CAQLabel
fm = QFontMetricsF(QFont("Sans Serif", 11))
fm = QFontMetricsF(QFont("Sans Serif", 10))
qrect = fm.boundingRect(self.suggested_text)
_width_scaling_factor = 1.2