Main Data file contains many orphan position records for removed desknotes
description
Desknotes does not remove "position" or "font" for desknote which was removed from DeskNotes. All positions and fonts, if defined are left in the data file as orphans. Position record looks like
<position>
<x>100</x>
<y>100</y>
<width>300</width>
<height>300</height>
</position>
It is harmless, but it increases the size of the file and loaded data into desknotes as well. Needs to be fixed in code to prevent creation of orphans and also DeskNotes fix the data file on end user machine.