mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 连接地址删除按钮居右
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -131,6 +131,8 @@
|
||||
Text="{Binding}" />
|
||||
<Button
|
||||
Grid.Column="1"
|
||||
Width="30"
|
||||
Height="30"
|
||||
HorizontalAlignment="Right"
|
||||
Command="{s:Action RemoveAddressClick}"
|
||||
CommandParameter="{Binding}"
|
||||
|
||||
Reference in New Issue
Block a user