expt with font size

This commit is contained in:
2024-02-29 14:32:56 +01:00
parent 9829be0bcd
commit f335663b55
+2 -1
View File
@@ -566,7 +566,8 @@ class CAQTextEntry(QLineEdit, PVGateway):
@Slot(int, int, int)
@Slot(float, int, int)
def receive_monitor_update(self, value, status, alarm_severity):
self.setFont(QFont("Sans Serif", 12))
self.setFont(QFont("Sans Serif", 8))
QLineEdit.setFont(self, QFont("Sans Serif", 8))
PVGateway.receive_monitor_update(self, value, status, alarm_severity)
@Slot(int, str, int)