Skip to content

Commit

Permalink
Ajusted GamePropertyInfo dialog's height
Browse files Browse the repository at this point in the history
  • Loading branch information
MalitsPlus committed Nov 27, 2021
1 parent e2e8284 commit d7a187e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Etupirka/Dialog/GamePropertyDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:Views="clr-namespace:Etupirka.Views"
WindowStartupLocation="CenterOwner"
Title="ゲーム設定" Height="350" Width="350"
Title="ゲーム設定" Height="370" Width="350"
WindowTitleBrush="#FF252525"
GlowBrush="{DynamicResource AccentColorBrush}"
BorderThickness="1.5"
Expand All @@ -26,6 +26,7 @@
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />

</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
Expand Down
2 changes: 1 addition & 1 deletion Etupirka/Etupirka.csproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<PublishUrlHistory>D:\Github2\|publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
Expand Down

0 comments on commit d7a187e

Please sign in to comment.