hi,
how can i resize an image to the icon button size?
var w = new Window ("dialog");
b=w.add ("iconbutton", undefined, "~/Desktop/abc.png");
b.size=[50,50]
w.show();
hi,
how can i resize an image to the icon button size?
var w = new Window ("dialog");
b=w.add ("iconbutton", undefined, "~/Desktop/abc.png");
b.size=[50,50]
w.show();