mirror of
https://github.com/Taiko2k/GTK4PythonTutorial.git
synced 2026-01-08 12:20:14 +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)
|
self.box1 = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Quick intermission, lets set some window parameters
|
## Set some window parameters
|
||||||
|
|
||||||
```python
|
```python
|
||||||
self.set_default_size(600, 250)
|
self.set_default_size(600, 250)
|
||||||
|
|||||||
Reference in New Issue
Block a user