Browse Source

space label and button

bwt
Craig Raw 5 years ago
parent
commit
d2978eda0f
  1. 4
      src/main/resources/com/sparrowwallet/sparrow/general.css
  2. 2
      src/main/resources/com/sparrowwallet/sparrow/transaction/input.fxml

4
src/main/resources/com/sparrowwallet/sparrow/general.css

@ -14,6 +14,10 @@
-fx-spacing: 2;
}
.form .label-button .input-container {
-fx-spacing: 10;
}
.form .field {
-fx-padding: 5 5;
}

2
src/main/resources/com/sparrowwallet/sparrow/transaction/input.fxml

@ -31,7 +31,7 @@
</rowConstraints>
<Form GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="0">
<Fieldset fx:id="inputFieldset" inputGrow="SOMETIMES" text="Input">
<Field text="Outpoint:">
<Field text="Outpoint:" styleClass="label-button">
<CopyableIdLabel fx:id="outpoint" />
<Button fx:id="outpointSelect" maxWidth="25" minWidth="-Infinity" prefWidth="30" text="Ed">
<graphic>

Loading…
Cancel
Save