Python GUI Programming Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

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.