Skip to content

Commit

Permalink
fix: 修复菜单栏中关闭按钮的UI像素
Browse files Browse the repository at this point in the history
Signed-off-by: Leven <levenchn@163.com>
  • Loading branch information
leven99 committed Sep 19, 2019
1 parent 8e8f4ac commit e3709ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<Button x:Name="MinButton" Grid.Column="2" Content=""
Style="{StaticResource MinMaxButton}" Click="MinButton_Click"/>
<Button x:Name="MaxButton" Grid.Column="3" Content="X"
Style="{StaticResource MinMaxButton}" Click="MaxButton_Click"/>
Style="{StaticResource MinMaxButton}" Click="MaxButton_Click" Margin="0,0,0.1,0"/>
</Grid>

<!--状态栏-->
Expand Down

0 comments on commit e3709ec

Please sign in to comment.