모델 관리 섹션 구분선 제거
Some checks failed
Release Gate / gate (push) Has been cancelled

AX Agent 내부 설정 공통 탭에서 서비스와 모델, 등록 모델 관리 사이에 있던 하단 구분선을 제거해 같은 흐름의 설정이 자연스럽게 이어 보이도록 정리했습니다.

README와 DEVELOPMENT 문서를 2026-04-06 16:49 (KST) 기준으로 갱신했고 Release 빌드 경고 0 오류 0을 확인했습니다.
This commit is contained in:
2026-04-06 16:44:08 +09:00
parent 98bc4ff24f
commit 3961dc8ca2
3 changed files with 6 additions and 3 deletions

View File

@@ -2808,10 +2808,10 @@
<Border x:Name="OverlaySectionService"
Background="Transparent"
BorderBrush="{DynamicResource BorderColor}"
BorderThickness="0,0,0,1"
BorderThickness="0"
CornerRadius="0"
Padding="0,0,0,12"
Margin="0,0,0,10">
Padding="0,0,0,4"
Margin="0,0,0,6">
<StackPanel>
<TextBlock Text="서비스와 모델"
FontSize="12.5"