Change padding of KV panes

This commit is contained in:
Rohit Awate 2018-08-14 14:48:10 +05:30
parent dccaf7e73d
commit 14cd517555
No known key found for this signature in database
GPG key ID: 1051D7B79CF2EE25
5 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@
<content>
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="15.0">
<children>
<Label text="SELECT A FILE TO ADD TO THE REQUEST" textFill="#9a9a9a">
<Label text="Select a file to add to the request" textFill="#9a9a9a">
<font>
<Font size="14.0"/>
</font>

View file

@ -27,7 +27,7 @@
<content>
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
<Insets bottom="10.0" top="10.0"/>
</padding>
</VBox>
</content>

View file

@ -27,7 +27,7 @@
<content>
<VBox fx:id="headersBox" alignment="TOP_CENTER">
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
<Insets bottom="10.0" top="10.0"/>
</padding>
</VBox>
</content>

View file

@ -87,7 +87,7 @@
</StackPane>
<StackPane fx:id="searchLayer">
<children>
<VBox alignment="TOP_CENTER">
<VBox alignment="TOP_CENTER" visible="false">
<children>
<Label graphicTextGap="10.0" text="SEARCH RESULTS" textFill="#199F6F">
<VBox.margin>

View file

@ -26,7 +26,7 @@
<content>
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
<padding>
<Insets bottom="10.0" left="10.0" right="10.0" top="15.0"/>
<Insets bottom="10.0" top="10.0"/>
</padding>
</VBox>
</content>