|
@@ -55,10 +55,10 @@ namespace InABox.Core
|
|
|
|
|
|
protected override void LoadProperties()
|
|
|
{
|
|
|
- Row = GetProperty("Row", 0);
|
|
|
+ Row = GetProperty("Row", 1);
|
|
|
RowSpan = GetProperty("RowSpan", 1);
|
|
|
VerticalAlignment = GetProperty("VerticalAlignment", DFLayoutAlignment.Middle);
|
|
|
- Column = GetProperty("Column", 0);
|
|
|
+ Column = GetProperty("Column", 1);
|
|
|
ColumnSpan = GetProperty("ColumnSpan", 1);
|
|
|
HorizontalAlignment = GetProperty("HorizontalAlignment", DFLayoutAlignment.Middle);
|
|
|
Sequence = GetProperty("Sequence", DateTime.Now.Ticks);
|