Skip to content

Commit

Permalink
fixes issue JabRef#7085
Browse files Browse the repository at this point in the history
  • Loading branch information
Landi29 committed Jan 31, 2021
1 parent e4c83cf commit 859ab79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/java/org/jabref/gui/Base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,3 +1224,7 @@ TextFlow * {
.mainTable-header {
-fx-fill: -fx-mid-text-color;
}

.prefSpinner{
-fx-pref-width: 5em;
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CheckBox fx:id="fontOverride" text="%Override default font settings"/>
<HBox alignment="CENTER_LEFT" spacing="4.0">
<Label text="%Size" disable="${!fontOverride.selected}"/>
<Spinner fx:id="fontSize" prefWidth="60.0" editable="true"/>
<Spinner fx:id="fontSize" styleClass="prefSpinner" editable="true"/>
<padding>
<Insets left="20.0"/>
</padding>
Expand Down

0 comments on commit 859ab79

Please sign in to comment.