From 02673ec9f3645e04bafbffbcb0f77398b1529992 Mon Sep 17 00:00:00 2001 From: aro Date: Mon, 21 Nov 2022 19:27:59 +0100 Subject: [PATCH] feat: correctly space boxes --- .../xyz/atnrch/wrench/components/WrenchFileManagerInput.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/xyz/atnrch/wrench/components/WrenchFileManagerInput.kt b/src/main/kotlin/xyz/atnrch/wrench/components/WrenchFileManagerInput.kt index d0e7ea8..d1ff494 100644 --- a/src/main/kotlin/xyz/atnrch/wrench/components/WrenchFileManagerInput.kt +++ b/src/main/kotlin/xyz/atnrch/wrench/components/WrenchFileManagerInput.kt @@ -47,7 +47,6 @@ fun WatcherDisplay( modifier = Modifier .padding(PaddingValues(0.dp, 0.dp, 0.dp, 55.dp)) .fillMaxHeight() - .fillMaxWidth(1f) .border(BorderStroke(4.dp, UIColors.STRESS), RectangleShape) ) { Column {