fix: missing placeholder

This commit is contained in:
hstyi
2025-07-28 19:07:16 +08:00
committed by hstyi
parent 35199ed094
commit 8323f8eb5d

View File

@@ -81,6 +81,10 @@ internal class MyTermoraToolbar(private val windowScope: WindowScope, private va
}
}))
if (SystemInfo.isLinux || SystemInfo.isWindows) {
add(Box.createHorizontalStrut(24))
}
add(Box.createHorizontalGlue())
for (action in model.getActions()) {