Thank you Alex, I missed it :-)

2008/8/22 Alexander Back <[EMAIL PROTECTED]>:
> Hi Petr,
>
>
> Petr Kobalíček wrote:
>> Hi Alex, thanks for post.
>>
>> I forgot to note that I tried this:
>>
>>     groupBox.set({padding: 0 });
>>
>> so this should overwrite theme behavior, shoulnd't it ?
> The local settings always overwrite the theme settings. But in your case
> you need to set the padding to the frame widget and not directly to the
> groupBox widget.
>
> So
>
> --snip--
> groupBox.getFrameObject().set({ padding : 0 });
> --snip--
>
> should do the job for you.
>
> cheers,
>   Alex
>
>> 2008/8/22 Alexander Back <[EMAIL PROTECTED]>:
>>> Hi Petr,
>>>
>>> Petr Kobalíček wrote:
>>>> Hi,
>>>>
>>>> I'm wondering if I can adjust extra padding that's in qooxdoo
>>>> GroupBox. I've attached a screenshod with red lines that describes
>>>> what I mean.
>>> You need to modify the appearance "group-box-frame" to change the padding.
>>> To achieve this you can extend the existing appearance theme and change
>>> the "group-box-frame" appearance. Just take a look at the theme support
>>> [0] page at the wiki.
>>>
>>> cheers,
>>>   Alex
>>>
>>> [0] http://qooxdoo.org/documentation/0.7/theme_support
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to