mirror of
https://github.com/Taiko2k/GTK4PythonTutorial.git
synced 2025-07-21 20:51:10 +02:00
Merge pull request #28 from Julius-Gu/patch-1
This commit is contained in:
@@ -182,7 +182,7 @@ self.set_child(self.box1) # Horizontal box to window
|
|||||||
self.box1.append(self.box2) # Put vert box in that box
|
self.box1.append(self.box2) # Put vert box in that box
|
||||||
self.box1.append(self.box3) # And another one, empty for now
|
self.box1.append(self.box3) # And another one, empty for now
|
||||||
|
|
||||||
self.box2.append(self.button) # Put button in the first of the two vertial boxes
|
self.box2.append(self.button) # Put button in the first of the two vertical boxes
|
||||||
```
|
```
|
||||||
|
|
||||||
Now that's more neat!
|
Now that's more neat!
|
||||||
|
Reference in New Issue
Block a user