mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Fix prompt text clipping in text area
This commit is contained in:
parent
889ac863f6
commit
7eb3380156
@ -92,7 +92,6 @@ public class JFXTextAreaSkinBisqStyle extends TextAreaSkin {
|
||||
promptText = new Text();
|
||||
promptText.setManaged(false);
|
||||
promptText.getStyleClass().add("text");
|
||||
promptText.setTranslateX(-getSkinnable().getPadding().getLeft());
|
||||
promptText.visibleProperty().bind(linesWrapper.usePromptText);
|
||||
promptText.fontProperty().bind(getSkinnable().fontProperty());
|
||||
promptText.textProperty().bind(getSkinnable().promptTextProperty());
|
||||
|
Loading…
Reference in New Issue
Block a user