[Tkinter-discuss] Define height in a row of a grid manager

2017-02-03 Thread Vasilis Vlachoudis
Dear all, I am trying to optimize the screen space use in a small screen QVGA mounted on a RPi On the first row (using the grid manager) I display the time with big fonts. The space allocated for the row includes, correctly includes the descent of the font however in the case of numbers its an

Re: [Tkinter-discuss] Define height in a row of a grid manager

2017-02-03 Thread Michael Lange
Hi, On Fri, 3 Feb 2017 16:35:53 + Vasilis Vlachoudis wrote: > Dear all, > > I am trying to optimize the screen space use in a small screen QVGA > mounted on a RPi > > On the first row (using the grid manager) I display the time with big > fonts. The space allocated for the row includes, co