tiny improvement on UI

This commit is contained in:
dirac 2022-08-31 13:26:28 -04:00
parent ba3fc85f51
commit efa6d1d0b9

View File

@ -118,7 +118,7 @@ layout = [
[ [
sg.Text("Database IP :", size = 27, justification = "right"), sg.Text("Database IP :", size = 27, justification = "right"),
sg.Input(databaseIP, size = 16, justification = "right", key='-DatabaseIP-', readonly = False), 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"), sg.Text("refresh period [sec] :", size = 27, justification = "right"),