DCD 설정 관련 수정 #55

Merged
steven merged 7 commits from feature/ISSUE-51 into develop 2026-03-06 04:43:57 +00:00
Showing only changes of commit d2e375b305 - Show all commits

View File

@@ -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}")