减小界面最小尺寸

croire 3 years ago
parent e838202f43
commit 287b3b528d

@ -7,8 +7,8 @@
Title="{DynamicResource AppName}" Title="{DynamicResource AppName}"
Width="1100" Width="1100"
Height="750" Height="750"
MinWidth="1100" MinWidth="900"
MinHeight="750" MinHeight="600"
prism:ViewModelLocator.AutoWireViewModel="True" prism:ViewModelLocator.AutoWireViewModel="True"
ResizeMode="CanResize" ResizeMode="CanResize"
WindowStartupLocation="CenterScreen" WindowStartupLocation="CenterScreen"

@ -403,6 +403,7 @@
TextWrapping="WrapWithOverflow" /> TextWrapping="WrapWithOverflow" />
</StackPanel> </StackPanel>
<StackPanel Margin="10" />
</StackPanel> </StackPanel>
</ScrollViewer> </ScrollViewer>
</UserControl> </UserControl>

@ -105,6 +105,7 @@
</ComboBox> </ComboBox>
</StackPanel> </StackPanel>
<StackPanel Margin="10" />
</StackPanel> </StackPanel>
</ScrollViewer> </ScrollViewer>
</UserControl> </UserControl>

@ -188,6 +188,7 @@
ToolTip="{DynamicResource LayoutAlgorithmAsyncTip}" /> ToolTip="{DynamicResource LayoutAlgorithmAsyncTip}" />
</StackPanel> </StackPanel>
<StackPanel Margin="10" />
</StackPanel> </StackPanel>
</ScrollViewer> </ScrollViewer>
</UserControl> </UserControl>

@ -256,6 +256,7 @@
</ComboBox> </ComboBox>
</StackPanel> </StackPanel>
<StackPanel Margin="10" />
</StackPanel> </StackPanel>
</ScrollViewer> </ScrollViewer>
</UserControl> </UserControl>

@ -258,6 +258,7 @@
</Grid> </Grid>
</GroupBox> </GroupBox>
<StackPanel Margin="10" />
</StackPanel> </StackPanel>
</ScrollViewer> </ScrollViewer>
</UserControl> </UserControl>

Loading…
Cancel
Save