Skip to content

Commit

Permalink
Merge f6b8766 into f02bfb2
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinlim committed Nov 7, 2016
2 parents f02bfb2 + f6b8766 commit cb83078
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/ui/views/AliasView.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
</VBox.margin>
</Text>

<HBox>
<children>
<Text styleClass="font-500" wrappingWidth="100.0" VBox.vgrow="ALWAYS" text="Alias" />
<Text styleClass="font-500" VBox.vgrow="ALWAYS" text="Maps To..." />
</children>
<VBox.margin>
<Insets bottom="10.0" />
</VBox.margin>
</HBox>

<ScrollPane fitToHeight="true" fitToWidth="true" VBox.vgrow="ALWAYS">
<content>
<VBox styleClass="alias-pane" fx:id="aliasesPlaceholder" VBox.vgrow="ALWAYS">
Expand Down

0 comments on commit cb83078

Please sign in to comment.