mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
fix linux mix to label ellipsis
This commit is contained in:
parent
e26587e807
commit
18a1e82dda
2 changed files with 7 additions and 2 deletions
|
@ -10,6 +10,11 @@
|
||||||
-fx-pref-height: 25px;
|
-fx-pref-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form .relaxedLabelFieldSet.fieldset:horizontal .label-container {
|
||||||
|
-fx-pref-width: 120px;
|
||||||
|
-fx-pref-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
.form .fieldset:horizontal .label-container {
|
.form .fieldset:horizontal .label-container {
|
||||||
-fx-pref-width: 110px;
|
-fx-pref-width: 110px;
|
||||||
-fx-pref-height: 25px;
|
-fx-pref-height: 25px;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
</rowConstraints>
|
</rowConstraints>
|
||||||
|
|
||||||
<Form GridPane.columnIndex="0" GridPane.rowIndex="0">
|
<Form GridPane.columnIndex="0" GridPane.rowIndex="0">
|
||||||
<Fieldset inputGrow="SOMETIMES" text="Mix To Settings">
|
<Fieldset inputGrow="SOMETIMES" text="Mix To Settings" styleClass="relaxedLabelFieldSet">
|
||||||
<Field text="Mix to wallet:">
|
<Field text="Mix to wallet:">
|
||||||
<ComboBox fx:id="mixToWallets" prefWidth="160" promptText="None available" />
|
<ComboBox fx:id="mixToWallets" prefWidth="160" promptText="None available" />
|
||||||
<HelpLabel helpText="Select an open wallet to mix to."/>
|
<HelpLabel helpText="Select an open wallet to mix to."/>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
</Form>
|
</Form>
|
||||||
|
|
||||||
<Form GridPane.columnIndex="0" GridPane.rowIndex="1">
|
<Form GridPane.columnIndex="0" GridPane.rowIndex="1">
|
||||||
<Fieldset inputGrow="SOMETIMES" text="Postmix Wallet Settings">
|
<Fieldset inputGrow="SOMETIMES" text="Postmix Wallet Settings" styleClass="relaxedLabelFieldSet">
|
||||||
<Field text="Index range:">
|
<Field text="Index range:">
|
||||||
<ComboBox fx:id="indexRange" prefWidth="160">
|
<ComboBox fx:id="indexRange" prefWidth="160">
|
||||||
<items>
|
<items>
|
||||||
|
|
Loading…
Reference in a new issue