mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
improve placeholder text for private electrum url hostname
This commit is contained in:
parent
32ab53ba03
commit
07ed9c857b
1 changed files with 5 additions and 5 deletions
|
@ -102,7 +102,7 @@
|
||||||
</Field>
|
</Field>
|
||||||
<Field text="Proxy URL:">
|
<Field text="Proxy URL:">
|
||||||
<TextField fx:id="publicProxyHost" />
|
<TextField fx:id="publicProxyHost" />
|
||||||
<TextField fx:id="publicProxyPort" prefWidth="80" />
|
<TextField fx:id="publicProxyPort" maxWidth="100" />
|
||||||
</Field>
|
</Field>
|
||||||
</Fieldset>
|
</Fieldset>
|
||||||
</Form>
|
</Form>
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
<Fieldset inputGrow="SOMETIMES" text="Bitcoin Core RPC">
|
<Fieldset inputGrow="SOMETIMES" text="Bitcoin Core RPC">
|
||||||
<Field text="URL:">
|
<Field text="URL:">
|
||||||
<TextField fx:id="coreHost" promptText="e.g. 127.0.0.1"/>
|
<TextField fx:id="coreHost" promptText="e.g. 127.0.0.1"/>
|
||||||
<TextField fx:id="corePort" promptText="e.g. 8332" prefWidth="80" />
|
<TextField fx:id="corePort" promptText="e.g. 8332" maxWidth="100" />
|
||||||
</Field>
|
</Field>
|
||||||
<Field text="Authentication:">
|
<Field text="Authentication:">
|
||||||
<SegmentedButton>
|
<SegmentedButton>
|
||||||
|
@ -156,8 +156,8 @@
|
||||||
<Form fx:id="electrumForm" GridPane.columnIndex="0" GridPane.rowIndex="1">
|
<Form fx:id="electrumForm" GridPane.columnIndex="0" GridPane.rowIndex="1">
|
||||||
<Fieldset inputGrow="SOMETIMES" text="Private Electrum Server">
|
<Fieldset inputGrow="SOMETIMES" text="Private Electrum Server">
|
||||||
<Field text="URL:">
|
<Field text="URL:">
|
||||||
<TextField fx:id="electrumHost" promptText="e.g. 127.0.0.1"/>
|
<TextField fx:id="electrumHost" promptText="e.g. 127.0.0.1 or Tor hostname (.onion)"/>
|
||||||
<TextField fx:id="electrumPort" promptText="e.g. 50002" prefWidth="80" />
|
<TextField fx:id="electrumPort" promptText="e.g. 50002" maxWidth="100" />
|
||||||
</Field>
|
</Field>
|
||||||
<Field text="Use SSL:">
|
<Field text="Use SSL:">
|
||||||
<UnlabeledToggleSwitch fx:id="electrumUseSsl"/>
|
<UnlabeledToggleSwitch fx:id="electrumUseSsl"/>
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
</Field>
|
</Field>
|
||||||
<Field text="Proxy URL:">
|
<Field text="Proxy URL:">
|
||||||
<TextField fx:id="proxyHost" />
|
<TextField fx:id="proxyHost" />
|
||||||
<TextField fx:id="proxyPort" prefWidth="80" />
|
<TextField fx:id="proxyPort" maxWidth="100" />
|
||||||
</Field>
|
</Field>
|
||||||
</Fieldset>
|
</Fieldset>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Reference in a new issue