Hey.

Hey.

I want to change top padding in a panel but with no success. The last thing I’ve tried:

var prop = LL.getCurrentDesktop().getItemByLabel(‘Dock’).getProperties().

    edit().getBox(“i.box”).

    setSize(“pt”, 20).

    commit();

Don’t know if it really matters but the panel/dock is unpinned.

Thanx in advance.

]]>

2 Commentsto Hey.

  1. Anonymous says:

    < ![CDATA[

    var prop = LL.getCurrentDesktop().getItemByLabel(‘Dock’).getProperties().edit();


    prop.getBox(“i.box”).


        setSize(“pt”, 20);


    prop.commit();

    ]]>

  2. Anonymous says:

    < ![CDATA[

    TrianguloY


    I was almost there XDDD. Thanx, now it works perfectly.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *