From 72607b03a92a0073e01b9ebcad955b5d4c9ad4ff Mon Sep 17 00:00:00 2001 From: StevenBuzzi Date: Thu, 5 Mar 2026 16:19:48 +0900 Subject: [PATCH] =?UTF-8?q?Home=ED=99=94=EB=A9=B4=20=EB=82=B4=20DCD=20?= =?UTF-8?q?=EC=88=AB=EC=9E=90=20=ED=91=9C=EC=8B=9C=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EB=B0=8F=20=ED=81=AC=EA=B8=B0=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/laseroptek/raman/ui/screens/home/dcd/DcdView.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/laseroptek/raman/ui/screens/home/dcd/DcdView.kt b/app/src/main/java/com/laseroptek/raman/ui/screens/home/dcd/DcdView.kt index 646bbec..f88d536 100644 --- a/app/src/main/java/com/laseroptek/raman/ui/screens/home/dcd/DcdView.kt +++ b/app/src/main/java/com/laseroptek/raman/ui/screens/home/dcd/DcdView.kt @@ -97,7 +97,7 @@ fun DcdView( Column( modifier = Modifier - .width(45.px.dp) + .width(55.px.dp) .fillMaxHeight() , horizontalAlignment = Alignment.CenterHorizontally , verticalArrangement = Arrangement.Center @@ -120,7 +120,7 @@ fun DcdView( ) } - Spacer( Modifier.width(10.px.dp)) + Spacer( Modifier.width(5.px.dp)) VerticalDivider( color = Color(161,161,170), @@ -128,7 +128,7 @@ fun DcdView( modifier = Modifier.size(1.px.dp, 30.px.dp) ) - Spacer( Modifier.width(10.px.dp)) + Spacer( Modifier.width(5.px.dp)) // Delay Timber.d("selectedSprayDcdIndex.value: ${selectedSprayDcdIndex}")