From 6ce84804d7138c84d2b25e9fc963e5685ea94167 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 25 Feb 2025 11:06:04 +0700 Subject: [PATCH] Add 4 pixel margin to "multiblock formed" label --- .../mc/otm/client/screen/tech/BlackHoleGeneratorScreen.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/tech/BlackHoleGeneratorScreen.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/tech/BlackHoleGeneratorScreen.kt index 7ebc0a72c..3be4a74c6 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/tech/BlackHoleGeneratorScreen.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/tech/BlackHoleGeneratorScreen.kt @@ -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)