We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7894cc6 commit 332fe22Copy full SHA for 332fe22
OKEGui/OKEGui/Gui/ConfigPanel.xaml
@@ -6,7 +6,7 @@
6
xmlns:local="clr-namespace:OKEGui"
7
DataContext="{Binding RelativeSource={RelativeSource Self}}"
8
mc:Ignorable="d"
9
- Title="设置" Height="300" Width="500" FontFamily="Segoe UI, Microsoft YaHei">
+ Title="设置" Height="300" Width="500" WindowStartupLocation="CenterScreen" FontFamily="Segoe UI, Microsoft YaHei">
10
<Window.Resources>
11
<Style TargetType="DataGridCell">
12
<Setter Property="HorizontalContentAlignment" Value="Left" />
0 commit comments