AX Agent 권한 버튼 앞 구분선 제거
Some checks failed
Release Gate / gate (push) Has been cancelled

코워크·코드 하단 폴더 바에서 권한 선택 버튼 왼쪽에 보이던 세로 구분선을 제거해 footer 작업 바가 더 단순하게 이어지도록 정리했습니다.

README와 docs/DEVELOPMENT.md에 2026-04-06 15:18 (KST) 기준 변경 이력을 반영했습니다.

검증: dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\ (경고 0 / 오류 0)
This commit is contained in:
2026-04-06 15:15:01 +09:00
parent 5401fcf7bb
commit d283cf26ba
3 changed files with 6 additions and 1 deletions

View File

@@ -2180,7 +2180,8 @@
<!-- 구분선 -->
<Border Grid.Column="2" Width="1" Height="18" Margin="8,0,4,0"
Background="{DynamicResource SeparatorColor}"/>
Background="{DynamicResource SeparatorColor}"
Visibility="Collapsed"/>
<!-- 포맷/디자인 드롭다운 (Cowork 전용, 코드비하인드에서 동적 생성) -->
<StackPanel x:Name="MoodIconPanel" Grid.Column="3" Orientation="Horizontal"