避免 TwoLineListItem 中标签挤压标题 (#5474)
This commit is contained in:
@@ -171,6 +171,7 @@ public class TwoLineListItem extends VBox {
|
|||||||
scrollPane.setHbarPolicy(ScrollPane.ScrollBarPolicy.NEVER);
|
scrollPane.setHbarPolicy(ScrollPane.ScrollBarPolicy.NEVER);
|
||||||
scrollPane.setVbarPolicy(ScrollPane.ScrollBarPolicy.NEVER);
|
scrollPane.setVbarPolicy(ScrollPane.ScrollBarPolicy.NEVER);
|
||||||
FXUtils.onChangeAndOperate(tagsBox.heightProperty(), height -> FXUtils.setLimitHeight(scrollPane, height.doubleValue()));
|
FXUtils.onChangeAndOperate(tagsBox.heightProperty(), height -> FXUtils.setLimitHeight(scrollPane, height.doubleValue()));
|
||||||
|
scrollPane.setPrefWidth(50);
|
||||||
firstLine.getChildren().setAll(lblTitle, scrollPane);
|
firstLine.getChildren().setAll(lblTitle, scrollPane);
|
||||||
}
|
}
|
||||||
return tags;
|
return tags;
|
||||||
|
|||||||
Reference in New Issue
Block a user