mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
chore: remove button
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user