Skip to content

Commit 332fe22

Browse files
committed
Gui: start config window in the center of the screen
1 parent 7894cc6 commit 332fe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OKEGui/OKEGui/Gui/ConfigPanel.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:local="clr-namespace:OKEGui"
77
DataContext="{Binding RelativeSource={RelativeSource Self}}"
88
mc:Ignorable="d"
9-
Title="设置" Height="300" Width="500" FontFamily="Segoe UI, Microsoft YaHei">
9+
Title="设置" Height="300" Width="500" WindowStartupLocation="CenterScreen" FontFamily="Segoe UI, Microsoft YaHei">
1010
<Window.Resources>
1111
<Style TargetType="DataGridCell">
1212
<Setter Property="HorizontalContentAlignment" Value="Left" />

0 commit comments

Comments
 (0)