Navigation Menu

Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gadelkareem committed Jan 28, 2016
1 parent 3146bae commit c433e89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/resources/application.fxml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.geometry.*?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.Font?>
<?import com.sun.javafx.scene.control.skin.ContextMenuContent.ArrowMenuItem?>
<?import javafx.scene.text.*?>
<AnchorPane prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="com.gadelkareem.awsclient.application.Controller">
<children>
Expand Down Expand Up @@ -104,7 +103,7 @@
</padding>
</GridPane>
<TableView fx:id="tableView" layoutY="58.0" visible="false" AnchorPane.bottomAnchor="0.0"
AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="55.0" >
AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="55.0">
<columns>
</columns>
<columnResizePolicy>
Expand Down

0 comments on commit c433e89

Please sign in to comment.