mirror of
https://github.com/Taiko2k/GTK4PythonTutorial.git
synced 2026-01-05 10:50:10 +01:00
Update README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user