From 54b332f69d4ac3ba6e5eb538542398bf1e255f17 Mon Sep 17 00:00:00 2001 From: chrin Date: Thu, 27 Jul 2023 09:51:46 +0200 Subject: [PATCH] Reconnect btn to 11px --- pvwidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvwidgets.py b/pvwidgets.py index 734c7db..109487f 100644 --- a/pvwidgets.py +++ b/pvwidgets.py @@ -1957,7 +1957,7 @@ class CAQTableWidget(QTableWidget): f = self.reconnect_button.font() if 'Timestamp' in self.columns_dict.keys(): - f.setPixelSize(13) + f.setPixelSize(11) #previous 13 self.reconnect_button.setFixedWidth(100) else: f.setPixelSize(11) #6