Relative Content

Tag Archive for tkintergridrowconfigure

Tkinter grid manager height/width nonconsistent

I have issue with tkinter grid manager consistency.
I have specified columnconfigure so left part have 6, then one column is 1 as delimiter and then on right side (keyboard) the width is 3.
As I understand left side should be twice size of right side. But on screen isn’t. The haight have similar problem. All rows are set to rowconfigure=1, but on screen they are not same height.
What I do wrong?
Minimal part of my program to show problem:

Tkinter grid manager height/width nonconsistent

I have issue with tkinter grid manager consistency.
I have specified columnconfigure so left part have 6, then one column is 1 as delimiter and then on right side (keyboard) the width is 3.
As I understand left side should be twice size of right side. But on screen isn’t. The haight have similar problem. All rows are set to rowconfigure=1, but on screen they are not same height.
What I do wrong?
Minimal part of my program to show problem:

Tkinter grid manager height/width nonconsistent

I have issue with tkinter grid manager consistency.
I have specified columnconfigure so left part have 6, then one column is 1 as delimiter and then on right side (keyboard) the width is 3.
As I understand left side should be twice size of right side. But on screen isn’t. The haight have similar problem. All rows are set to rowconfigure=1, but on screen they are not same height.
What I do wrong?
Minimal part of my program to show problem: