From 03537b511ed5e1038b8bd99ad37bd63e393626cb Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 3 Dec 2025 11:01:59 +0100 Subject: [PATCH] remove underline effect --- slic/gui/daqpanels/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/slic/gui/daqpanels/config.py b/slic/gui/daqpanels/config.py index e382e7cd..680aa1f3 100644 --- a/slic/gui/daqpanels/config.py +++ b/slic/gui/daqpanels/config.py @@ -37,9 +37,6 @@ class ConfigPanel(wx.Panel): header = str(scanner) st_header = wx.StaticText(self, label=header) - font = st_header.GetFont() - font.SetUnderlined(True) - st_header.SetFont(font) btn_chans_det = wx.Button(self, label="Detectors") btn_chans_bsc = wx.Button(self, label="BS Channels")