Skip to content

Commit 5e641a5

Browse files
committed
微调缩放情况下虚拟机的伸缩边界
1 parent fe5d5dd commit 5e641a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Views/ConsoleWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
xmlns:components="clr-namespace:ExHyperV.Views.Components"
1111
Title="{Binding VmName}"
12-
MinWidth="200"
12+
MinWidth="550"
13+
MinHeight="340"
1314
WindowStartupLocation="CenterScreen"
1415
ExtendsContentIntoTitleBar="True"
1516
WindowBackdropType="Mica">

0 commit comments

Comments
 (0)