diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/button/Buttons.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/button/Buttons.kt index 1ac4a9613..c80dfcadb 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/button/Buttons.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/panels/button/Buttons.kt @@ -483,9 +483,7 @@ class DeviceControls>( } if (upgrades != null) { - upgradesButton = addButton(object : ButtonPanel( - screen, this@DeviceControls, - ) { + upgradesButton = addButton(object : ButtonPanel(screen, this@DeviceControls, width = 18f, height = 18f) { init { tooltips.add(TranslatableComponent("otm.gui.upgrades")) }