chore: remove button

This commit is contained in:
hstyi
2025-07-07 15:45:44 +08:00
committed by hstyi
parent 66a81a5da3
commit ecf61bedc4

View File

@@ -107,7 +107,7 @@ class TermoraFencePanel(
label.foreground = UIManager.getColor("textInactiveText") label.foreground = UIManager.getColor("textInactiveText")
label.font = label.font.deriveFont(Font.BOLD) label.font = label.font.deriveFont(Font.BOLD)
// 与最后一个按钮对冲,使其宽度和谐 // 与最后一个按钮对冲,使其宽度和谐
box.add(JButton(Icons.empty)) box.add(Box.createHorizontalStrut(24))
box.add(Box.createHorizontalGlue()) box.add(Box.createHorizontalGlue())
if (SystemInfo.isMacOS.not()) { if (SystemInfo.isMacOS.not()) {
box.add(label) box.add(label)