1
0
mirror of https://github.com/Taiko2k/GTK4PythonTutorial.git synced 2026-05-04 17:01:04 +09:00

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)