Hello!
Who knows how to set FileChooser size - width and height - to values I want?
Objective is to overlap it with Sprite plugin. I can set
opacity: 0;[/code:2fbivwl9] property, but plugin size is according to text it contains. And I want to fix it to make FileChooser's size equal to Sprite size. It will save from many problems with different platforms and languages (I think so). It will guarantee that FileChooser will not stick out the sprite or to be much smaller. And it will give more space for button fantasy of course.
For example:
[code:2fbivwl9]width : 100 px;
height: 100 px;[/code:2fbivwl9]has no effect!