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.
]]>« Hi, I recently bought a ZGPAX S8 (Android smart watch phone), I installed Lightning launcher on it, it runs pretty… (Previous Post)
(Next Post) musica e »
< ![CDATA[
var prop = LL.getCurrentDesktop().getItemByLabel(‘Dock’).getProperties().edit();
prop.getBox(“i.box”).
setSize(“pt”, 20);
prop.commit();
]]>
< ![CDATA[
TrianguloY
I was almost there XDDD. Thanx, now it works perfectly.
]]>