chore: 连接地址删除按钮居右

This commit is contained in:
uye
2025-07-28 17:28:46 +08:00
parent bf6be133c5
commit 8ca3df6d5c
2 changed files with 5 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
Width="300"
Height="30"
Margin="10"
HorizontalContentAlignment="Stretch"
hc:TitleElement.Title="{DynamicResource ConnectionAddress}"
hc:TitleElement.TitlePlacement="Left"
IsEditable="True"
@@ -101,6 +102,8 @@
Text="{Binding}" />
<Button
Grid.Column="1"
Width="30"
Height="30"
HorizontalAlignment="Right"
Command="{s:Action RemoveAddressClick}"
CommandParameter="{Binding}"

View File

@@ -131,6 +131,8 @@
Text="{Binding}" />
<Button
Grid.Column="1"
Width="30"
Height="30"
HorizontalAlignment="Right"
Command="{s:Action RemoveAddressClick}"
CommandParameter="{Binding}"