mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-08-09 08:22:19 +02:00
shorten details link to prevent scrollbars appearing
This commit is contained in:
@@ -61,7 +61,7 @@ public class TitledDescriptionPane extends TitledPane {
|
|||||||
|
|
||||||
descriptionLabel = new Label(description);
|
descriptionLabel = new Label(description);
|
||||||
descriptionLabel.getStyleClass().add("description-label");
|
descriptionLabel.getStyleClass().add("description-label");
|
||||||
showHideLink = new Hyperlink("Show Details...");
|
showHideLink = new Hyperlink("Details...");
|
||||||
showHideLink.managedProperty().bind(showHideLink.visibleProperty());
|
showHideLink.managedProperty().bind(showHideLink.visibleProperty());
|
||||||
showHideLink.setOnAction(event -> {
|
showHideLink.setOnAction(event -> {
|
||||||
setExpanded(!this.isExpanded());
|
setExpanded(!this.isExpanded());
|
||||||
|
Reference in New Issue
Block a user