Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Auto-indent FXML
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Dec 10, 2014
1 parent 0f647c8 commit 65ab42d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions client/src/main/resources/lighthouse/controls/project_view.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -169,21 +169,21 @@
</Button>
<StackPane minWidth="250.0" VBox.vgrow="ALWAYS">
<children>
<VBox fx:id="pledgesListVBox">
<children>
<ListView fx:id="pledgesList" layoutX="14.0" layoutY="113.0" prefHeight="450.0" prefWidth="300.0" styleClass="pledges-list" VBox.vgrow="ALWAYS" />
<HBox alignment="CENTER_RIGHT">
<children>
<Label fx:id="exportPledgesBtn" onMouseClicked="#exportPledgesClicked" style="-fx-font-size: 12;" styleClass="hover-link" text="Export as CSV ...">
<HBox.margin>
<Insets bottom="15.0" top="10.0" />
</HBox.margin>
</Label>
</children>
</HBox>
</children>
</VBox>
<Label fx:id="noPledgesLabel" text="No pledges yet!" />
<VBox fx:id="pledgesListVBox">
<children>
<ListView fx:id="pledgesList" layoutX="14.0" layoutY="113.0" prefHeight="450.0" prefWidth="300.0" styleClass="pledges-list" VBox.vgrow="ALWAYS" />
<HBox alignment="CENTER_RIGHT">
<children>
<Label fx:id="exportPledgesBtn" onMouseClicked="#exportPledgesClicked" style="-fx-font-size: 12;" styleClass="hover-link" text="Export as CSV ...">
<HBox.margin>
<Insets bottom="15.0" top="10.0" />
</HBox.margin>
</Label>
</children>
</HBox>
</children>
</VBox>
<Label fx:id="noPledgesLabel" text="No pledges yet!" />
</children>
</StackPane>
</children>
Expand Down

0 comments on commit 65ab42d

Please sign in to comment.