Skip to content

Commit

Permalink
Fixes #2964
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Feb 6, 2018
1 parent e33bd58 commit c914834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/groups/GroupTree.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TreeTableView fx:id="groupTree" layoutY="-7.0" prefHeight="600.0" prefWidth="250.0" styleClass="groupsPane">
<columns>
<TreeTableColumn fx:id="mainColumn"/>
<TreeTableColumn fx:id="numberColumn" minWidth="43.0" maxWidth="55.0"
<TreeTableColumn fx:id="numberColumn" minWidth="50.0" maxWidth="70.0" prefWidth="60.0"
styleClass="numberColumn"/>
<TreeTableColumn fx:id="disclosureNodeColumn" maxWidth="14.0" minWidth="14.0"
styleClass="disclosureNodeColumn" text="Column X"/>
Expand Down

0 comments on commit c914834

Please sign in to comment.