When my folder /mAirList/config is empty and i load mairlist.exe i’ve got a defaut “skin”.
Where can i found this mAirList’s default skin?
Because this skin size depends on the resolution of the screen (width and height).
Or can i create my own layout.ini with size stretching (i try size with percent? size=40% but doesn’t works)
There is no default skin file. The default values for fonts, colors etc. are hardcoded as properties of the various GUI objects.
There is no default layout file either, because in automatic layout mode, the size and position is managed by Delphi and its Align property, according to the window size and screen resolution.
Custom layouts are usually made for a particular screen, so there is now way to specify relative dimensions either.
Having said that, and in the default automatic layout, you CAN resize the Browser pane horizontally, and the Cartwall/Playlist vertically, if I remember correctly?
You can also go into Config, GUI, Options tab and select Remember window size and position. Actually, that is the default. So all you should need to do is Restore (un-Maximise) the mAirList window and then make it the size you wish.