Gathering is a little bit difficult for new users to understand so here's a little help:
open:
\themes\Gathering\ThemeSkins\Gathering\config\themeconfig(1 and 2)\gathering(1 and 2).rc
(other skins check out:
\Gathering\ThemeSkins\"SkinName"\config\skinbase.rc
)
in here you'll find IconDesk Settings (search in editor "IconDesk")
These are the improtant lines for you:
IconDeskdesktopWrapCount "$(resolutionx-300)/88$"
IconDeskdesktopDirection "right"
IconDeskdesktopWrapDirection "down"
IconDeskdesktopX "$(resolutionx-IconDeskdesktopWrapCount*88)/2$"
IconDeskdesktopY "80"
the thing is, copy these lines and paste them back right below. Now you have two times the same settings in there, one of the settings comment out with an ; in front of the line:
;IconDeskdesktopWrapCount "$(resolutionx-300)/88$"
;IconDeskdesktopDirection "right"
;IconDeskdesktopWrapDirection "down"
;IconDeskdesktopX "$(resolutionx-IconDeskdesktopWrapCount*88)/2$"
;IconDeskdesktopY "80"
IconDeskdesktopWrapCount "$(resolutionx-300)/88$"
IconDeskdesktopDirection "right"
IconDeskdesktopWrapDirection "down"
IconDeskdesktopX "$(resolutionx-IconDeskdesktopWrapCount*88)/2$"
IconDeskdesktopY "80"
with the other you are now able to set new values and you are sure you still got the old ones of you did something wrong.
another thing with GatheringSkin is, if you've choose the "Stylish Skin" you need to change the:
\themes\Gathering\ThemeSkins\Gathering\config\themeconfig1\gathering1.rc
and the "NormalSkin" is:
\themes\Gathering\ThemeSkins\Gathering\config\themeconfig2\gathering2.rc
This should help you to change the Icon Settings to your own heart