From 82baa86150c09475f4ac0fcccd6dbe85d898bb67 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Mon, 3 Aug 2020 16:01:05 -0400 Subject: [PATCH] Pin demo update --- DemoPrograms/Demo_Invisible_Elements_Pinning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DemoPrograms/Demo_Invisible_Elements_Pinning.py b/DemoPrograms/Demo_Invisible_Elements_Pinning.py index d10a75f5..8e4fae74 100644 --- a/DemoPrograms/Demo_Invisible_Elements_Pinning.py +++ b/DemoPrograms/Demo_Invisible_Elements_Pinning.py @@ -17,7 +17,7 @@ import PySimpleGUI as sg exactly why it works, but it works. For other ports of PySimpleGUI such as the Qt port, the position is remembered by Qt and as a - result this technique using Columns is not needed. + result this technique using "pin" is not needed. Copyright 2020 PySimpleGUI.org """