Hey,
> What if the initial values is computed based on the max of childs widget
> height.
And how could we find that out? The hight can only be read if the widget is in
the DOM and as the dimensions might change depending on its content. So we
would need to render every data set which would tack
Hi
What if the initial values is computed based on the max of childs widget height.
If all child ares widget it should be easy no ?
To keep it simple, we could have two default child (the label and an
icon), isn't it ?
Regards
Le 27 janvier 2012 05:52, Martin Wittemann a écrit :
> Hey,
>> I fou
Hey,
> I found out that in qx.ui.list.List there is property called itemHeight.
> Changeing the value of this property help in my case.
Thats the right way to go.
> So i suppose that we should init this value with function .
> This function must take in to account the size of the used font.
Thats
I found out that in qx.ui.list.List there is property called itemHeight.
Changeing the value of this property help in my case.
So i suppose that we should init this value with function .
This function must take in to account the size of the used font.
Regards
Le 26 janvier 2012 11:13, Benjamin
HI
I've changed the size of the defaut font in my application.
After a while i discovered that in lists, part of the letter is hidden.
In particular i've noticed that the botom part of the letters 'p', 'y' etc
Now i'm wondering how can i change the size of the list item.
I've tried to use the dele