gpt4 book ai didi

css - 如何在 JavaFX 的 tabPane 中删除这个额外的空间?

转载 作者:太空宇宙 更新时间:2023-11-04 08:17:51 25 4
gpt4 key购买 nike

This is the case right now and I would like to remove it.

这是选项卡 Pane 中最后一个选项卡选项旁边的额外空间。我正在使用 Scenebuilder 来设计应用程序。

最佳答案

这个额外的空间取决于选项卡 Pane 的标题,你可以使用 css 隐藏它

.tab-header-background {
-fx-background-color:transparent
}

.tab-pane{
-fx-padding: 0 -1 -1 0
}

结果是:remove extra space from tabPane

关于css - 如何在 JavaFX 的 tabPane 中删除这个额外的空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45779776/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com