Lets try to have your taskbar at the top of your Sitecore Desktop instead of the bottom.
Then we need to change a part of the source code in the /sitecore/shell/Applications/Shell.xml file from :
<GridPanel>
<Border ID=”Desktop” GridPanel.Class=”scFill” ContextMenu=”ShowContextMenu”>
<Border ID=”Links” DblClick=”Launch”/>
</Border>
<Startbar GridPanel.Class=”scStartbar”/>
</GridPanel>
to
<GridPanel>
<Startbar GridPanel.Class=”scStartbar”/>
<Border ID=”Desktop” GridPanel.Class=”scFill” ContextMenu=”ShowContextMenu”>
<Border ID=”Links” DblClick=”Launch”/>
</Border>
</GridPanel>
Hope it works and probably now, you can see the difference.... :)
No comments:
Post a Comment