mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
space label and button
This commit is contained in:
parent
07c5356021
commit
d2978eda0f
2 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,10 @@
|
||||||
-fx-spacing: 2;
|
-fx-spacing: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form .label-button .input-container {
|
||||||
|
-fx-spacing: 10;
|
||||||
|
}
|
||||||
|
|
||||||
.form .field {
|
.form .field {
|
||||||
-fx-padding: 5 5;
|
-fx-padding: 5 5;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
</rowConstraints>
|
</rowConstraints>
|
||||||
<Form GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="0">
|
<Form GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="0">
|
||||||
<Fieldset fx:id="inputFieldset" inputGrow="SOMETIMES" text="Input">
|
<Fieldset fx:id="inputFieldset" inputGrow="SOMETIMES" text="Input">
|
||||||
<Field text="Outpoint:">
|
<Field text="Outpoint:" styleClass="label-button">
|
||||||
<CopyableIdLabel fx:id="outpoint" />
|
<CopyableIdLabel fx:id="outpoint" />
|
||||||
<Button fx:id="outpointSelect" maxWidth="25" minWidth="-Infinity" prefWidth="30" text="Ed">
|
<Button fx:id="outpointSelect" maxWidth="25" minWidth="-Infinity" prefWidth="30" text="Ed">
|
||||||
<graphic>
|
<graphic>
|
||||||
|
|
Loading…
Reference in a new issue