From 0fa61a135019880ab179a9db9509fa7689d1334d Mon Sep 17 00:00:00 2001 From: Taiko2k Date: Tue, 25 Jan 2022 14:46:48 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c07da48..4f1ae06 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ By the way the ***Box*** layout lays out widgets in like a vertical or horizonta self.box1 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) ``` -### Quick intermission, lets set some window parameters +## Set some window parameters ```python self.set_default_size(600, 250)