Skip to content

Commit

Permalink
Cosmetic fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
FirehawkV21 committed May 31, 2022
1 parent 4d70f37 commit 605d200
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RMMVCookTool.GUI/Views/MetadataEditorView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
xmlns:properties="clr-namespace:RMMVCookTool.GUI.Properties"
xmlns:local="clr-namespace:RMMVCookTool.GUI.Views" xmlns:cntrl="clr-namespace:NumericUpDownLib;assembly=NumericUpDownLib" xmlns:prism="http://prismlibrary.com/"
mc:Ignorable="d"
d:DesignHeight="434" d:DesignWidth="466" TextOptions.TextFormattingMode="Display" TextOptions.TextRenderingMode="ClearType">
d:DesignHeight="434" d:DesignWidth="466" d:MaxHeight="434" d:MaxWidth="466" TextOptions.TextFormattingMode="Display" TextOptions.TextRenderingMode="ClearType">
<prism:Dialog.WindowStyle>
<Style TargetType="Window">
<Setter Property="prism:Dialog.WindowStartupLocation" Value="CenterScreen" />
<Setter Property="ResizeMode" Value="NoResize"/>
<Setter Property="SizeToContent" Value="Height"/>
<Setter Property="MaxHeight" Value="434"/>
<Setter Property="MaxWidth" Value="466"/>
<Setter Property="WindowStyle" Value="ToolWindow"/>
</Style>
</prism:Dialog.WindowStyle>

<Grid>
<Grid.RowDefinitions>
<RowDefinition/>
Expand Down

0 comments on commit 605d200

Please sign in to comment.