diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt index 8a78d61cf..615ee34b8 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/decorative/PainterScreen.kt @@ -61,7 +61,7 @@ class PainterScreen(menu: PainterMenu, inventory: Inventory, title: Component) : } override fun makeMainFrame(): FramePanel> { - val frame = FramePanel(this, 200f, 120f, title) + val frame = FramePanel(this, 244f, 120f, title) val strip = EditablePanel(this, frame, width = AbstractSlotPanel.SIZE) strip.dock = Dock.LEFT @@ -142,7 +142,7 @@ class PainterScreen(menu: PainterMenu, inventory: Inventory, title: Component) : for (recipe in recipes) { val recipeOutput = recipe.value.getOutput(menu.inputContainer) - object : ButtonPanel(this@PainterScreen, canvas.canvas) { + object : ButtonPanel(this@PainterScreen, canvas.canvas, width = 18f, height = 18f) { init { buttons.add(this) dockRight = 1f