Add little padding

This commit is contained in:
DBotThePony 2024-10-07 19:22:55 +07:00
parent 1c3fc4e6e6
commit bdb34ba28f
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -44,6 +44,7 @@ class EnergyCounterScreen(menu: EnergyCounterMenu, inventory: Inventory, title:
val current = i++
val button = CheckBoxLabelInputPanel(this, tab.canvas, menu.displayChartOnBlock.map({ it == current }, { current }), TranslatableComponent("block.overdrive_that_matters.energy_counter.display_this"))
button.dock = Dock.BOTTOM
button.dockTop = 2f
}
}