Okay, had to make a change to the titlebar as part of the change to accomodate the MiniMap.
As before, Search for
<Button LocalTooltip="Minimize"
replace with
<Button IsCancelButton="true" LocalTooltip="Minimize"
In addition...
Search for
<Button LocalTooltip="Restore"
replace with
<Button IsCancelButton="true" LocalTooltip="Restore"
That should do it.
About the floating: I haven't experienced this myself, but my guess is that it has something to do with the fact that the window's -ACTUAL- size and the size it resizes to when you show it are different. (That would also explain why bags do this.) Unfortunately, I can't do anything about that.
__________________
If it ain't broke, it needs more features!
Last edited by Deathbane27 : 03-24-2005 at 06:04 PM.
|