fix linux mix to label ellipsis

This commit is contained in:
Craig Raw 2021-11-11 18:08:56 +02:00
parent e26587e807
commit 18a1e82dda
2 changed files with 7 additions and 2 deletions

View file

@ -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;

View file

@ -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>