attempt adding scaling function to the gui
This commit is contained in:
parent
3d1692fbb3
commit
8734b9f22f
4 changed files with 159 additions and 18 deletions
|
@ -29,7 +29,7 @@ class StatusBar(ttk.Frame):
|
|||
|
||||
def draw(self):
|
||||
self.columnconfigure(0, weight=1)
|
||||
self.columnconfigure(1, weight=7)
|
||||
self.columnconfigure(1, weight=5)
|
||||
self.columnconfigure(2, weight=1)
|
||||
self.columnconfigure(3, weight=1)
|
||||
self.columnconfigure(4, weight=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue