Browse Source

cross-platform followup

terminal
Craig Raw 4 years ago
parent
commit
16da6ae224
  1. 7
      src/main/resources/com/sparrowwallet/sparrow/welcome.fxml

7
src/main/resources/com/sparrowwallet/sparrow/welcome.fxml

@ -22,7 +22,7 @@
<Image url="/image/sparrow-small.png" requestedWidth="50" requestedHeight="50" smooth="false" />
</ImageView>
</HBox>
<VBox fx:id="welcomeBox" styleClass="content-area" spacing="20" prefHeight="350">
<VBox fx:id="welcomeBox" styleClass="content-area" spacing="20" prefHeight="370">
<VBox fx:id="step1" spacing="15">
<Label text="Introduction" styleClass="title-text">
<graphic>
@ -59,10 +59,9 @@
<Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="20" icon="TOGGLE_ON" styleClass="title-icon" />
</graphic>
</Label>
<Label text="The most private way to connect is to your own Electrum server, which runs alongside your Bitcoin Core node." wrapText="true" styleClass="content-text" />
<Label text="The most private way to connect is to your own Electrum server, which in turn connects to your Bitcoin Core node." wrapText="true" styleClass="content-text" />
<Label text="Because these servers index all Bitcoin transactions equally, your wallet transactions are never stored on the server in an identifiable way, and your server forgets your requests immediately after serving them." wrapText="true" styleClass="content-text" />
<Label text="A blue toggle means you are connected to a private Electrum server." wrapText="true" styleClass="content-text" />
<Label text="You're now ready to configure a server and start using Sparrow!" wrapText="true" styleClass="content-text" />
<Label text="A blue toggle means you are connected to a private Electrum server. You're now ready to configure a server and start using Sparrow!" wrapText="true" styleClass="content-text" />
</VBox>
<Region VBox.vgrow="ALWAYS" />
<StatusBar fx:id="serverStatus">

Loading…
Cancel
Save