slightly further simplification

pull/29/head
Michael Ball 2017-01-03 03:41:38 -08:00
rodzic ed492f3f6e
commit ecc3182c0e
1 zmienionych plików z 1 dodań i 4 usunięć

5
gui.js
Wyświetl plik

@ -6441,10 +6441,7 @@ LibraryImportDialogMorph.prototype.fixLayout = function () {
this.body.height() - this.notesField.height() - thin
));
this.listField.setPosition(new Point(
this.body.left(),
this.body.top()
));
this.listField.setPosition(this.body.position());
this.palette.setPosition(new Point(
this.listField.right() + thin,
this.body.top()