Changed VlnBorders so that XML is not saved twice
Changed MyBorderDetailString so that XML is saved once Adjust the vertical location of the Grid to match 16 bit.
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
get
|
||||
{
|
||||
return MyBorders.ToString();
|
||||
return MyBorders.ConvertToString();
|
||||
}
|
||||
set
|
||||
{
|
||||
|
Reference in New Issue
Block a user