Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update MainWindow.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure99 committed Mar 2, 2021
1 parent 1c9d19f commit 3fa3cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Grid>
<Label Content="玩家UID:" HorizontalAlignment="Left" Height="25" Margin="10,15,0,0" VerticalAlignment="Top" />
<ComboBox Name="ComboBoxUserId" IsEditable="True" HorizontalAlignment="Left" Height="25" Margin="74,16,0,0"
VerticalAlignment="Top" Width="150" />
VerticalAlignment="Top" Width="150" Text="100010001" />
<Label Content="服务器:" HorizontalAlignment="Left" Height="25" Margin="249,15,0,0" VerticalAlignment="Top"
RenderTransformOrigin="0.299,0.518" />
<ComboBox Name="ComboBoxServer" IsEditable="True" HorizontalAlignment="Left" Height="25" Margin="304,15,0,0"
Expand Down

0 comments on commit 3fa3cb5

Please sign in to comment.