PDA

View Full Version : Hide the slide


Pascal
11-02-06, 11:36 AM
Someone has find long time ago the way to hide the big transparent slide on the left on the screen. I loose the file....

Ducimus
11-02-06, 11:57 AM
Go to your menu_1024_768.ini file.

Search for this block:
[G3F I21]


Which will lead you to this block:

[G3F I21]
Name=Group shortcuts
Type=1026;Menu group
ItemID=0x3F020000
ParentID=0x3F000000
Pos=-1,761,56,474
Color=0xFFFFFFFF
HorizSlide=-30


Change the HorizSlide to -40.

So now it looks like this:

Name=Group shortcuts
Type=1026;Menu group
ItemID=0x3F020000
ParentID=0x3F000000
Pos=-1,761,56,474
Color=0xFFFFFFFF
HorizSlide=-40

Pascal
11-02-06, 02:44 PM
Thank you very much