整理
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ui:FluentWindowEx
|
||||
<ui:NeoWindow
|
||||
Height="462"
|
||||
MinHeight="580"
|
||||
MinWidth="1000"
|
||||
@@ -7,12 +7,12 @@
|
||||
WindowStartupLocation="CenterScreen"
|
||||
x:Class="ShrlAlgoToolkit.RevitAddins.RvIndependent.MetroGauges.GaugesModelView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
|
||||
</Window.Resources>
|
||||
<ui:AutoGrid
|
||||
<ui:Grid
|
||||
ChildMargin="5"
|
||||
Columns="*,Auto"
|
||||
Rows="*,*">
|
||||
@@ -117,5 +117,5 @@
|
||||
x:Name="btnCreateForm" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</ui:AutoGrid>
|
||||
</ui:FluentWindowEx>
|
||||
</ui:Grid>
|
||||
</ui:NeoWindow>
|
||||
Reference in New Issue
Block a user