MDL-42742 Dragdrop: Center the keyboard drag drop dialogue

This commit is contained in:
Damyon Wiese
2013-11-06 17:22:31 +08:00
parent dcd02d8b0e
commit 3583b22717
+2 -1
View File
@@ -332,7 +332,8 @@ YUI.add('moodle-core-dragdrop', function(Y) {
headerContent : dialogtitle,
bodyContent : droplist,
draggable : true,
visible : true
visible : true,
centered : true
});
// Focus the first drop target.