Skip to content

Commit

Permalink
fix controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Oct 20, 2017
1 parent b61082c commit 713ecec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
public class CopyFilesDialogController extends AbstractController<CopyFilesDialogViewModel> {

@FXML private TableView<CopyFilesResultItemViewModel> tvResult;

@FXML private TableColumn<CopyFilesResultItemViewModel, MaterialDesignIcon> colStatus;

@FXML private TableColumn<CopyFilesResultItemViewModel, String> colMessage;

@FXML private TableColumn<CopyFilesResultItemViewModel, String> colFile;

@FXML
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<?import javafx.scene.layout.VBox?>


<DialogPane minHeight="-Infinity" minWidth="-Infinity" prefHeight="254.0" prefWidth="362.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" controller="CopyFilesDialogController">
<DialogPane minHeight="-Infinity" minWidth="-Infinity" prefHeight="254.0" prefWidth="362.0" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.jabref.gui.copyfiles.CopyFilesDialogController">
<content>
<VBox prefHeight="234.0" prefWidth="383.0">
<children>
Expand Down

This file was deleted.

0 comments on commit 713ecec

Please sign in to comment.