修复窗口大小问题
This commit is contained in:
@@ -11,11 +11,8 @@
|
||||
Title="旋转实例"
|
||||
Width="250"
|
||||
Height="340"
|
||||
MinWidth="250"
|
||||
MinHeight="300"
|
||||
SizeToContent="Height"
|
||||
d:DataContext="{d:DesignInstance Type={x:Type local:RotateMEPViewModel}}"
|
||||
|
||||
SizeToContent="Height"
|
||||
mc:Ignorable="d">
|
||||
<controls:MaterialWindow.Resources>
|
||||
<ResourceDictionary Source="pack://application:,,,/Szmedi.RvKits;component/WPFUI.xaml" />
|
||||
@@ -26,7 +23,10 @@
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
<GroupBox Grid.Row="0" Grid.Column="0" Header="角度(°)">
|
||||
<GroupBox
|
||||
Grid.Row="0"
|
||||
Grid.Column="0"
|
||||
Header="角度(°)">
|
||||
<UniformGrid Columns="3" Rows="3">
|
||||
<RadioButton Content="15°">
|
||||
<RadioButton.IsChecked>
|
||||
|
||||
Reference in New Issue
Block a user