From 97f5c11f9c29c7a46a581ce9413ea0805d803a83 Mon Sep 17 00:00:00 2001 From: Guenter Quast <guenter.quast@kit.edu> Date: Sun, 25 Feb 2024 22:36:48 +0100 Subject: [PATCH] redPosci.py: fixed stylesheet to reset color to default --- redPosci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redPosci.py b/redPosci.py index c6d9ddd..ffc110b 100755 --- a/redPosci.py +++ b/redPosci.py @@ -497,7 +497,7 @@ class OscDisplay(QWidget, Ui_OscDisplay): def set_gui4start(self): self.startButton.setText("Start") - self.startButton.setStyleSheet("color: black") + self.startButton.setStyleSheet("") self.startButton.clicked.disconnect() self.startButton.clicked.connect(self.start) self.startDAQButton.setEnabled(True) -- GitLab