Corrected bug where PropertiesPane was only shown on media items

This commit is contained in:
sebastiaan
2012-09-19 07:49:51 -02:00
parent 278c1fefaa
commit 982ba0f4b0

View File

@@ -252,10 +252,10 @@ namespace umbraco.controls
//the data type definition may not exist anymore at this point because another thread may
//have deleted it.
}
tpProp.Controls.AddAt(0, PropertiesPane);
tpProp.Style.Add("text-align", "center");
}
tpProp.Controls.AddAt(0, PropertiesPane);
tpProp.Style.Add("text-align", "center");
}
}