diff options
Diffstat (limited to 'src/devmenu/DiffEditor.java')
-rw-r--r-- | src/devmenu/DiffEditor.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devmenu/DiffEditor.java b/src/devmenu/DiffEditor.java index 278e3de..fbc0d8a 100644 --- a/src/devmenu/DiffEditor.java +++ b/src/devmenu/DiffEditor.java @@ -14,6 +14,7 @@ public class DiffEditor { Text folderNameLabel = new Text("Folder name (ordered alphabetically)"); TextField folderName = new TextField(diff.thisDir.getName()); + folderName.setDisable(true); Text titleLabel = new Text("Title"); TextField title = new TextField(diff.title); |