artifact dialog: position to left of center

This commit is contained in:
Jon Atkins 2013-11-10 21:37:42 +00:00
parent 52550209ee
commit fddf28bc51

View File

@ -244,6 +244,11 @@ window.artifact.showArtifactList = function() {
}); });
dialog({title: 'Artifacts', html: html, width: 400}); dialog({
title: 'Artifacts',
html: html,
width: 400,
position: {my: 'right center', at: 'center-60 center', of: window, collision: 'fit'}
});
} }