Skip to content

Commit

Permalink
Merge pull request #4798 from samiyac/fix-for-issue-4687
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored Mar 29, 2019
2 parents ee0f42c + 3f48bf0 commit 3b14c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void setupPanel(BibEntry entry, boolean compressed, SuggestionProviders
}

ColumnConstraints columnExpand = new ColumnConstraints();
columnExpand.setHgrow(Priority.ALWAYS);
columnExpand.setPercentWidth(60);

ColumnConstraints columnDoNotContract = new ColumnConstraints();
columnDoNotContract.setMinWidth(Region.USE_PREF_SIZE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<fx:root xmlns:fx="http://javafx.com/fxml/1" type="HBox" xmlns="http://javafx.com/javafx/8.0.112"
fx:controller="org.jabref.gui.fieldeditors.BibtexKeyEditor">
<EditorTextField fx:id="textField"/>
<Button fx:id="generateCiteKeyButton" styleClass="icon-button"/>
<Button fx:id="generateCiteKeyButton" text="%Generate" styleClass="icon-button"/>
</fx:root>

0 comments on commit 3b14c91

Please sign in to comment.