Update README.md

This commit is contained in:
Taiko2k
2022-01-25 14:46:48 +13:00
committed by GitHub
parent 6ec2044462
commit 0fa61a1350

View File

@@ -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)