kopia lustrzana https://github.com/backface/turtlestitch
stop showing tag fields on save
rodzic
a323287708
commit
007f1ef0ca
|
@ -3117,12 +3117,8 @@ ProjectDialogMorph.prototype.fixLayout = function () {
|
|||
this.notesLabelField.setLeft(this.preview.left() + 1);
|
||||
this.notesField.setTop(this.notesLabelField.bottom());
|
||||
this.notesField.setLeft(this.preview.left());
|
||||
this.notesField.setHeight(this.body.bottom() - this.notesLabelField.bottom() - this.notesLabelField.height() - thin);
|
||||
this.tagsLabelField.setTop(this.notesField.bottom() + thin);
|
||||
this.tagsLabelField.setLeft(this.notesField.left() + 1);
|
||||
this.tagsField.setTop(this.notesField.bottom() + 2);
|
||||
this.tagsField.setLeft(this.tagsLabelField.right());
|
||||
this.tagsField.setWidth(this.notesField.width() - this.tagsLabelField.width() - 1);
|
||||
this.notesField.setHeight(this.body.bottom() - this.notesLabelField.bottom() - thin);
|
||||
|
||||
}
|
||||
this.changed();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue