From efa6d1d0b9f1458b44ac888143898c02f44c05c0 Mon Sep 17 00:00:00 2001 From: dirac Date: Wed, 31 Aug 2022 13:26:28 -0400 Subject: [PATCH] tiny improvement on UI --- IsegHVController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IsegHVController.py b/IsegHVController.py index c47232f..c4b1087 100755 --- a/IsegHVController.py +++ b/IsegHVController.py @@ -118,7 +118,7 @@ layout = [ [ sg.Text("Database IP :", size = 27, justification = "right"), sg.Input(databaseIP, size = 16, justification = "right", key='-DatabaseIP-', readonly = False), - sg.Checkbox('Enable', key='-DatabaseEnable-', enable_events=True) + sg.Checkbox('Enable Database', key='-DatabaseEnable-', enable_events=True) ], [ sg.Text("refresh period [sec] :", size = 27, justification = "right"),