What changed, and why it matters
This commit changes the width of a dropdown menu in the wallet settings screen from 170 pixels to 180 pixels. It is purely a cosmetic user-interface tweak with no security relevance.
Recommended action
No security action needed; this is a benign UI-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-line FXML layout change increases the prefWidth attribute of the policyType ComboBox in settings.fxml from 170 to 180. There is no functional, logic, or security-related modification.
Changed components
src/main/resources/com/sparrowwallet/sparrow/wallet/settings.fxmlInspect captured patch +1 / −1
diff --git a/src/main/resources/com/sparrowwallet/sparrow/wallet/settings.fxml b/src/main/resources/com/sparrowwallet/sparrow/wallet/settings.fxml
index 927e753..ae44798 100644
--- a/src/main/resources/com/sparrowwallet/sparrow/wallet/settings.fxml
+++ b/src/main/resources/com/sparrowwallet/sparrow/wallet/settings.fxml
@@ -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="170">
+ <ComboBox fx:id="policyType" prefWidth="180">
<items>
<FXCollections fx:factory="observableArrayList">
<PolicyType fx:constant="SINGLE_HD" />
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.