Thanks Martin!
Von meinem iPhone gesendet
Am 29.12.2009 um 20:25 schrieb MartinWittemann :
>
> Hi,
>
> you have to use the contentPadding property on the TabView:
> var tabPage = new qx.ui.tabview.TabView();
> this.getRoot().add(tabPage);
>
> var page = new qx.ui.tabview.Page("one");
> tabPage.s
Hi,
you have to use the contentPadding property on the TabView:
var tabPage = new qx.ui.tabview.TabView();
this.getRoot().add(tabPage);
var page = new qx.ui.tabview.Page("one");
tabPage.setContentPadding(0);
tabPage.add(page);
page.setLayout(new qx.ui.layout.Canvas());
page.add(new qx.ui.basic.
In a tabview page
Von meinem iPhone gesendet
Am 29.12.2009 um 20:01 schrieb MartinWittemann :
>
> Hi,
> on what element do you try to set the padding?
> Best,
> Martin
>
>
>
> info-211 wrote:
>>
>> Hi devs,
>>
>> just want to set padding of a page. .set({padding:0}) dont works. Any
>> ideas?
>>
Hi,
on what element do you try to set the padding?
Best,
Martin
info-211 wrote:
>
> Hi devs,
>
> just want to set padding of a page. .set({padding:0}) dont works. Any
> ideas?
>
> regards Sak
>
>
> --
> This SF.Net
Hi devs,
just want to set padding of a page. .set({padding:0}) dont works. Any ideas?
regards Sak
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app develo