Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ae7980caae
@ -187,7 +187,7 @@ public class ListNote extends Note
|
|||||||
VBox box = new VBox();
|
VBox box = new VBox();
|
||||||
box.setFillWidth(true);
|
box.setFillWidth(true);
|
||||||
|
|
||||||
TextField nameField = new TextField();
|
final TextField nameField = new TextField();
|
||||||
|
|
||||||
HBox titleBox = new HBox();
|
HBox titleBox = new HBox();
|
||||||
{
|
{
|
||||||
|
@ -128,7 +128,7 @@ public class TextNote extends Note
|
|||||||
VBox box = new VBox();
|
VBox box = new VBox();
|
||||||
box.setFillWidth(true);
|
box.setFillWidth(true);
|
||||||
|
|
||||||
TextField nameField = new TextField();
|
final TextField nameField = new TextField();
|
||||||
|
|
||||||
HBox titleBox = new HBox();
|
HBox titleBox = new HBox();
|
||||||
{
|
{
|
||||||
@ -191,7 +191,7 @@ public class TextNote extends Note
|
|||||||
}
|
}
|
||||||
box.getChildren().add(nameField);
|
box.getChildren().add(nameField);
|
||||||
|
|
||||||
TextArea textArea = new TextArea();
|
final TextArea textArea = new TextArea();
|
||||||
{
|
{
|
||||||
textArea.setId("text");
|
textArea.setId("text");
|
||||||
textArea.setWrapText(true);
|
textArea.setWrapText(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user