alt: alignment
This commit is contained in:
@@ -249,7 +249,8 @@ public class DecoratorSkin extends SkinBase<Decorator> {
|
|||||||
}
|
}
|
||||||
if (titleNode != null) {
|
if (titleNode != null) {
|
||||||
titleLabel.prefWidthProperty().bind(Bindings.createDoubleBinding(() -> {
|
titleLabel.prefWidthProperty().bind(Bindings.createDoubleBinding(() -> {
|
||||||
return leftPaneWidth - 20 - backNavButton.getWidth() - closeNavButton.getWidth();
|
// 18 = 10 (horizontal padding of navLeft) + 8 (margin-left)
|
||||||
|
return leftPaneWidth - 18 - backNavButton.getWidth() - closeNavButton.getWidth();
|
||||||
}, backNavButton.widthProperty(), closeNavButton.widthProperty()));
|
}, backNavButton.widthProperty(), closeNavButton.widthProperty()));
|
||||||
}
|
}
|
||||||
titleLabel.setText(title);
|
titleLabel.setText(title);
|
||||||
|
|||||||
Reference in New Issue
Block a user