qooxdoo : Image Button remove padding border? -


i have image button looks :

my image button

here code image button :

var button = new qx.ui.form.button(null, "myapp/test.png"); container.add(button, { left: 10, top: 10 }); 

how remove button border & padding ? want display image only.

note: container qx.ui.layout.canvas.

the border , padding defined button's decorator, nullable:

button.setdecorator(null); 

Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -