From 665b9e6525cc992a93e8e3eb2b010b14a2c10852 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Tue, 22 Jun 2021 18:49:40 +0100 Subject: [PATCH] widgets/dialog.py Improve widget appearance. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 074321a..c1dc1b3 100644 --- a/README.md +++ b/README.md @@ -1098,8 +1098,8 @@ from gui.widgets.dialog import DialogBox ``` ![Image](./images/dialog.JPG) -A rather poor photo of an active dialog box. Auto generated dialogs contain -only `pushbutton` instances, but user created dialogs may contain any widget. +An active dialog box. Auto generated dialogs contain only `pushbutton` +instances, but user created dialogs may contain any widget. This implements a modal dialog box based on a horizontal row of pushbuttons. Any button press will close the dialog. The caller can determine which button