Button placement

Richard Damon Richard at Damon-Family.org
Tue Mar 9 17:08:23 EST 2021


On 3/9/21 6:24 AM, Bischoop wrote:
> On 2021-03-09, Peter Otten <__peter__ at web.de> wrote:
>> On 09/03/2021 03:08, Bischoop wrote:
>>> I try for a while place the top button in a a middle of column=0 with
>>> span to column2 below so the button being centered to those, 
>> I'm not sure what you mean, do you perhaps need columnspan=3?
>>
>>
> You were sure :-) 
> columnspan=3 helped, I didn't know that I can apply it to 3 when not
> having column=3, was trying just with columnspan=2 but as you know it
> didn't do the job. I was swearing when fighting with it with padding lol. 
>
> --
> Thanks

One thing to remember is that span is sort of like range, range(3) is
[0, 1, 2]

-- 
Richard Damon



More information about the Python-list mailing list