I followed the code to delete the scene it works but I still have blue on top and bottom how to remove?
Here is the code I use
code:
<MeArea id=atom(idMeArea) layout=FillLayout()>
<Wallpaperview Id=atom(idMeAreaScene) layoutpos=none Thumbnail=false Active=0 Enabled=false/>
<Element Id=atom(idMeAreaControls) Layout=BorderLayout() Active=1 AddBehavior=Msgr::Curl()>
<Element layoutpos=client layout=BorderLayout() MinSize=Size(0,rcint("msgr",654)) Active=1>
and
code:
MeArea[id=atom(idMeArea)]
{
foreground:rcclr("msgr",639);
background:rcclr("msgr",652);
alpha:0;
}
element[id=atom(colorizecontainer)]
if someone had an idea
thank you in advance
Regards dada24