整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<wpf:FluentWindowEx
|
||||
<wpf:NeoWindow
|
||||
MinHeight="500"
|
||||
Title="模型检查"
|
||||
Width="600"
|
||||
@@ -11,7 +11,7 @@
|
||||
xmlns:local="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvFamily"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:modelManager="clr-namespace:ShrlAlgoToolkit.RevitAddins.ModelManager"
|
||||
xmlns:wpf="https://github.com/ShrlAlgo/WPFluent"
|
||||
xmlns:wpf="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary>
|
||||
@@ -34,7 +34,7 @@
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
</Window.Resources>
|
||||
<wpf:AutoGrid
|
||||
<wpf:Grid
|
||||
ChildMargin="5"
|
||||
Columns="*,Auto"
|
||||
Rows="*,Auto,Auto">
|
||||
@@ -157,5 +157,5 @@
|
||||
Width="80" />
|
||||
</UniformGrid>
|
||||
</UniformGrid>
|
||||
</wpf:AutoGrid>
|
||||
</wpf:FluentWindowEx>
|
||||
</wpf:Grid>
|
||||
</wpf:NeoWindow>
|
||||
Reference in New Issue
Block a user