- AX Agent 채팅창 기본 Height를 820에서 880으로 상향 - 처음 열었을 때 상하 여백과 프리셋 영역이 더 여유 있게 보이도록 조정 - README 및 DEVELOPMENT 문서에 2026-04-06 00:27 (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:
@@ -3,7 +3,7 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
|
||||
Title="AX Copilot — AX Agent"
|
||||
Width="1180" Height="820"
|
||||
Width="1180" Height="880"
|
||||
MinWidth="780" MinHeight="560"
|
||||
WindowStyle="None"
|
||||
UseLayoutRounding="True"
|
||||
|
||||
Reference in New Issue
Block a user