mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +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;
|
||||
}
|
||||
|
||||
.form .label-button .input-container {
|
||||
-fx-spacing: 10;
|
||||
}
|
||||
|
||||
.form .field {
|
||||
-fx-padding: 5 5;
|
||||
}
|
||||
|
|
|
@ -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…
Reference in a new issue