Skip to content

Commit

Permalink
Removed social links and added seperator
Browse files Browse the repository at this point in the history
  • Loading branch information
Beingmani committed May 16, 2022
1 parent 46a4edf commit 0264b8b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/main/java/org/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ private Node createToolbar() {

rightSpacer,

new Separator(Orientation.VERTICAL),

new HBox(
factory.createIconButton(StandardActions.NEW_ARTICLE, new NewEntryAction(this, StandardEntryType.Article, dialogService, prefs, stateManager)),
factory.createIconButton(StandardActions.NEW_ENTRY, new NewEntryAction(this, dialogService, prefs, stateManager)),
Expand All @@ -528,12 +530,12 @@ private Node createToolbar() {

new Separator(Orientation.VERTICAL),

new HBox(
factory.createIconButton(StandardActions.OPEN_GITHUB, new OpenBrowserAction("https://github.com/JabRef/jabref")),
factory.createIconButton(StandardActions.OPEN_FACEBOOK, new OpenBrowserAction("https://www.facebook.com/JabRef/")),
factory.createIconButton(StandardActions.OPEN_TWITTER, new OpenBrowserAction("https://twitter.com/jabref_org"))),

new Separator(Orientation.VERTICAL),
// new HBox(
// factory.createIconButton(StandardActions.OPEN_GITHUB, new OpenBrowserAction("https://github.com/JabRef/jabref")),
// factory.createIconButton(StandardActions.OPEN_FACEBOOK, new OpenBrowserAction("https://www.facebook.com/JabRef/")),
// factory.createIconButton(StandardActions.OPEN_TWITTER, new OpenBrowserAction("https://twitter.com/jabref_org"))),
//
// new Separator(Orientation.VERTICAL),

new HBox(
createTaskIndicator()));
Expand Down

0 comments on commit 0264b8b

Please sign in to comment.