minor ui tweaks

This commit is contained in:
Craig Raw
2026-05-21 11:20:11 +02:00
parent 3150a96aab
commit ad5c695946
2 changed files with 2 additions and 2 deletions
@@ -1529,7 +1529,7 @@ public class ElectrumServer {
}
}
if(cache.isCancelled()) {
throw new ServerException("Silent payments scan was cancelled for " + spAddress);
throw new ServerException("Silent payments scan was cancelled for " + spAddress.substring(0, 10) + "...");
}
return cache.snapshotEntries();
} finally {
@@ -32,7 +32,7 @@
<Form GridPane.columnIndex="0" GridPane.rowIndex="0">
<Fieldset inputGrow="SOMETIMES" text="Settings" styleClass="header">
<Field text="Policy Type:">
<ComboBox fx:id="policyType" prefWidth="160">
<ComboBox fx:id="policyType" prefWidth="170">
<items>
<FXCollections fx:factory="observableArrayList">
<PolicyType fx:constant="SINGLE_HD" />