From 982cb755ba73d33638c67291d25f3e012840081f Mon Sep 17 00:00:00 2001 From: PySimpleGUI <46163555+PySimpleGUI@users.noreply.github.com> Date: Thu, 20 Apr 2023 17:30:22 +0000 Subject: [PATCH] Automated Update! --- docs/Screens2.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/Screens2.md b/docs/Screens2.md index 750b2929..48aa8ba9 100644 --- a/docs/Screens2.md +++ b/docs/Screens2.md @@ -7,11 +7,6 @@ Thanks for this amazing module, I'm really having fun learning it! ----------- -[andrewmk](https://github.com/andrewmk) 2023-03-24T22:40:00Z -@PySimpleGUI spam comment: https://github.com/PySimpleGUI/PySimpleGUI/issues/10#issuecomment-1483457256 - ------------ - [PySimpleGUI](https://github.com/PySimpleGUI) 2023-03-16T18:56:49Z @ssweber the color scheme looks like the `GrayGrayGray` theme to me which means no colors will be added (all system defaults will be used). The important feature that's adding the images is either `Image` elements or `Button` elements. Using a Base64 version of images will enable you to drop them directly into your source code. The PySimpleGUI application `psgresizer` is very helpful in enabling you to quickly add button graphics to your application.