Skip to content

Commit

Permalink
Convert crossref editor to tag-like interface using JavaFX (#2840)
Browse files Browse the repository at this point in the history
* Initial prototype

* Remove old entry list editor

* Update Tag.java

* Add comment explaining why "Jump to entry" was not yet re-implemented
  • Loading branch information
tobiasdiez authored Jun 9, 2017
1 parent 11f2b00 commit b5f1e7d
Show file tree
Hide file tree
Showing 11 changed files with 317 additions and 536 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/entryeditor/EntryEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
-fx-hgap: 10;
-fx-vgap: 6;
-fx-background-color: text-area-background;
-fx-padding: 0 0 0 5;
-fx-padding: 5 0 0 5;
}
Loading

0 comments on commit b5f1e7d

Please sign in to comment.