- Python GUI Programming Cookbook(Second Edition)
- Burkhard A. Meier
- 54字
- 2021-07-09 19:51:01
Getting ready
In the beginning of the previous recipe, Using padding to add space around widgets, we added a LabelFrame widget. This moved some of our controls to the center of column 0. We might not want this modification in our GUI layout. Next, we will explore some ways to solve this.