mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-24 14:29:23 -04:00
tweak alignment of no deposit and account toggles
This commit is contained in:
parent
dd6fb7dcbd
commit
6151e9309a
3 changed files with 1 additions and 2 deletions
|
@ -1606,6 +1606,7 @@ textfield */
|
|||
-fx-border-width: 1px;
|
||||
-fx-border-color: -bs-color-border-form-field;
|
||||
-fx-background-insets: 0;
|
||||
-fx-pref-height: 36px;
|
||||
}
|
||||
|
||||
.toggle-button-no-slider:hover {
|
||||
|
|
|
@ -194,7 +194,6 @@ abstract public class OfferBookView<R extends GridPane, M extends OfferBookViewM
|
|||
|
||||
matchingOffersToggleButton = AwesomeDude.createIconToggleButton(AwesomeIcon.USER, null, "1.5em", null);
|
||||
matchingOffersToggleButton.getStyleClass().add("toggle-button-no-slider");
|
||||
matchingOffersToggleButton.setPrefHeight(27);
|
||||
Tooltip matchingOffersTooltip = new Tooltip(Res.get("offerbook.matchingOffers"));
|
||||
Tooltip.install(matchingOffersToggleButton, matchingOffersTooltip);
|
||||
|
||||
|
|
|
@ -826,7 +826,6 @@ public class FormBuilder {
|
|||
}
|
||||
|
||||
public static InputTextField addInputTextField(GridPane gridPane, int rowIndex, String title, double top) {
|
||||
|
||||
InputTextField inputTextField = new InputTextField();
|
||||
inputTextField.setLabelFloat(true);
|
||||
inputTextField.getStyleClass().add("label-float");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue