Add 4 pixel margin to "multiblock formed" label

This commit is contained in:
DBotThePony 2025-02-25 11:06:04 +07:00
parent 3ad085c1ae
commit 6ce84804d7
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -46,6 +46,7 @@ class BlackHoleGeneratorScreen(menu: BlackHoleGeneratorMenu, inventory: Inventor
}).also {
it.dock = Dock.TOP
it.dockTop = 4f
it.dockBottom = 4f
}
val energy = ProfiledPowerGaugePanel(this, frame, menu.energy)