Add little padding
This commit is contained in:
parent
1c3fc4e6e6
commit
bdb34ba28f
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user