Add 4 pixel margin to "multiblock formed" label
This commit is contained in:
parent
3ad085c1ae
commit
6ce84804d7
@ -46,6 +46,7 @@ class BlackHoleGeneratorScreen(menu: BlackHoleGeneratorMenu, inventory: Inventor
|
|||||||
}).also {
|
}).also {
|
||||||
it.dock = Dock.TOP
|
it.dock = Dock.TOP
|
||||||
it.dockTop = 4f
|
it.dockTop = 4f
|
||||||
|
it.dockBottom = 4f
|
||||||
}
|
}
|
||||||
|
|
||||||
val energy = ProfiledPowerGaugePanel(this, frame, menu.energy)
|
val energy = ProfiledPowerGaugePanel(this, frame, menu.energy)
|
||||||
|
Loading…
Reference in New Issue
Block a user