Font size to 8 pixels for CAQTextEntry
This commit is contained in:
+1
-1
@@ -615,7 +615,7 @@ class CAQTextEntry(QLineEdit, PVGateway):
|
||||
def setText(self, value):
|
||||
f = QFont("Sans Serif")
|
||||
f.setPixelSize(8)
|
||||
QLineEdit.setFont(f)
|
||||
QLineEdit.setFont(self, f)
|
||||
QLineEdit.setText(self, value)
|
||||
self.currentText = self.text()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user