From 53a0f6495d6cd5ad2e2a84afa46c67b0eaabf0b3 Mon Sep 17 00:00:00 2001 From: chrin Date: Thu, 29 Feb 2024 13:11:41 +0100 Subject: [PATCH] Font size to 12 CAQTextEntry --- pvwidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvwidgets.py b/pvwidgets.py index 9b43b87..4de2abc 100644 --- a/pvwidgets.py +++ b/pvwidgets.py @@ -575,7 +575,7 @@ class CAQTextEntry(QLineEdit, PVGateway): def configure_widget(self): self.setFocusPolicy(Qt.StrongFocus) - self.setFont(QFont("Sans Serif", 16)) + self.setFont(QFont("Sans Serif", 12)) #f = QFont("Sans Serif") #f.setPixelSize(11)