I am using a custom skin that sets :
isc.Window.addProperties({
layoutMargin:0
});
I get the appearance that I want but I can drag click to resize.
If I use a margin of 1 or 2 the resize area gets so small that it is very difficult to resize.
I would like to set a larger resize area, ideally over window content.
Is is possible?
Thanks.
isc.Window.addProperties({
layoutMargin:0
});
I get the appearance that I want but I can drag click to resize.
If I use a margin of 1 or 2 the resize area gets so small that it is very difficult to resize.
I would like to set a larger resize area, ideally over window content.
Is is possible?
Thanks.
Comment