AX Agent 내부 설정의 도구 훅 실행 타임아웃과 등록된 훅 영역에서 컨트롤이 잘리던 레이아웃을 조정했습니다. 슬라이더와 값 배지 컬럼 폭, 훅 추가 버튼 최소 폭과 여백을 넓혀 작은 폭에서도 텍스트와 컨트롤이 안정적으로 보이도록 정리했고 문서 이력과 빌드 검증도 함께 반영했습니다.
This commit is contained in:
@@ -4853,11 +4853,11 @@
|
||||
CornerRadius="12"
|
||||
Padding="14,12"
|
||||
Margin="0,8,0,10">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="120"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="180"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel Margin="0,0,16,0">
|
||||
<TextBlock Text="도구 훅 스크립트 제한 시간"
|
||||
FontSize="12"
|
||||
@@ -4872,7 +4872,7 @@
|
||||
<Grid Grid.Column="1">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"/>
|
||||
<ColumnDefinition Width="44"/>
|
||||
<ColumnDefinition Width="56"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Slider x:Name="SldOverlayToolHookTimeoutMs"
|
||||
Minimum="3000"
|
||||
@@ -4886,7 +4886,7 @@
|
||||
<Border Grid.Column="1"
|
||||
Margin="10,0,0,0"
|
||||
Padding="8,4"
|
||||
MinWidth="44"
|
||||
MinWidth="56"
|
||||
VerticalAlignment="Center"
|
||||
Background="{DynamicResource LauncherBackground}"
|
||||
BorderBrush="{DynamicResource BorderColor}"
|
||||
@@ -4928,7 +4928,8 @@
|
||||
BorderThickness="1"
|
||||
CornerRadius="8"
|
||||
Padding="10,6"
|
||||
Margin="12,0,0,0"
|
||||
Margin="16,0,0,0"
|
||||
MinWidth="92"
|
||||
MouseLeftButtonUp="OverlayAddHookBtn_MouseLeftButtonUp">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBlock Text=""
|
||||
|
||||
Reference in New Issue
Block a user