From 0d84bf660b4383bf3d9cf14b2e46071f4972e172 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Fri, 13 Aug 2021 17:06:46 -0400 Subject: [PATCH] Not sure what happened with the checkin --- DemoPrograms/Demo_Color_Names.py | 1 + 1 file changed, 1 insertion(+) diff --git a/DemoPrograms/Demo_Color_Names.py b/DemoPrograms/Demo_Color_Names.py index fe28cc99..99d06b89 100644 --- a/DemoPrograms/Demo_Color_Names.py +++ b/DemoPrograms/Demo_Color_Names.py @@ -675,6 +675,7 @@ sg.set_options(button_element_size=(12, 1), # start layout with the tittle # layout = [[sg.Text('Hover mouse to see RGB value, click for popup with buttons', +# justification='center', font='Default 20')]] # -- Create primary color viewer window -- color_list = list(color_map.keys())