AX Agent 상단 탭 세로 정렬 미세 조정
Some checks failed
Release Gate / gate (push) Has been cancelled

- 상단 세그먼트 탭 버튼의 세로 콘텐츠 정렬을 중앙 기준으로 다시 맞춤
- 탭 버튼과 래퍼의 패딩 및 높이를 소폭 줄여 위아래 여백 균형 보정
- README와 DEVELOPMENT 문서에 탭 정렬 보정 이력 추가
- 검증: 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 20:04:34 +09:00
parent 43dd6b5d71
commit bbb5c526b0
3 changed files with 11 additions and 4 deletions

View File

@@ -218,9 +218,11 @@
<Setter Property="FontWeight" Value="SemiBold"/>
<Setter Property="Cursor" Value="Hand"/>
<Setter Property="Margin" Value="1"/>
<Setter Property="Padding" Value="11,5"/>
<Setter Property="Padding" Value="11,4,11,5"/>
<Setter Property="MinWidth" Value="50"/>
<Setter Property="MinHeight" Value="27"/>
<Setter Property="MinHeight" Value="26"/>
<Setter Property="VerticalContentAlignment" Value="Center"/>
<Setter Property="HorizontalContentAlignment" Value="Center"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="RadioButton">
@@ -1272,8 +1274,8 @@
Background="{DynamicResource ItemBackground}"
BorderBrush="{DynamicResource BorderColor}"
BorderThickness="1"
CornerRadius="15" Padding="2.5"
MinHeight="34"
CornerRadius="15" Padding="2"
MinHeight="33"
WindowChrome.IsHitTestVisibleInChrome="True">
<StackPanel Orientation="Horizontal">
<RadioButton x:Name="TabChat" Content="채팅" Style="{StaticResource TopTabBtn}"