diff --git a/pvwidgets.py b/pvwidgets.py index 61d5b49..e092d32 100644 --- a/pvwidgets.py +++ b/pvwidgets.py @@ -576,8 +576,9 @@ class CAQTextEntry(QLineEdit, PVGateway): def configure_widget(self): self.setFocusPolicy(Qt.StrongFocus) - #f = QFont("Sans Serif") - #f.setPixelSize(11) + f = QFont("Sans Serif") + f.setPixelSize(10) + QLineEdit.setFont(f) #fm = QFontMetricsF(f) #As for CAQLabel fm = QFontMetricsF(QFont("Sans Serif", 10))