Skip to content

Commit

Permalink
Resize different fonts changing entry type (#4980)
Browse files Browse the repository at this point in the history
* Resize different fonts changing entry type

* Update CHANGELOG

* Update for using relative sizes
  • Loading branch information
davidemdot authored and tobiasdiez committed May 19, 2019
1 parent accdef3 commit 5c2e5b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- We fixed an issue where an NullPointer exception was thrown when a referenced entry in an Open/Libre Office document was no longer present in the library. Now an error message with the reference marker of the missing entry is shown. [#4932](https://github.com/JabRef/jabref/issues/4932)
- We fixed an issue where a database exception related to a missing timezone was too big. [#4827](https://github.com/JabRef/jabref/issues/4827)
- We fixed an issue where the command line help text had several errors, and arguments and descriptions have been rewritten to simplify and detail them better. [#4932](https://github.com/JabRef/jabref/issues/2016)
- We fixed an issue where the same menu for changing entry type had two different sizes and weights. [#4977](https://github.com/JabRef/jabref/issues/4977)


### Removed
Expand Down
10 changes: 10 additions & 0 deletions src/main/java/org/jabref/gui/entryeditor/EntryEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
-fx-background-color: -jr-icon-background-active;
}

#typeLabel .context-menu {
-fx-font-size: 0.92em;
-fx-font-weight: normal;
}

#typeLabel .tooltip {
-fx-font-size: 1em;
-fx-font-weight: normal;
}

.icon-button.narrow {
-fx-padding: 0.1em;
}
Expand Down

0 comments on commit 5c2e5b1

Please sign in to comment.