N36600修改

This commit is contained in:
hsc
2026-07-15 17:21:18 +08:00
parent 8e44be4894
commit 0ed080f63c
5 changed files with 42 additions and 37 deletions

View File

@@ -9,7 +9,7 @@
xmlns:converters="clr-namespace:UIShare.Converters;assembly=UIShare"
mc:Ignorable="d"
prism:ViewModelLocator.AutoWireViewModel="True"
Height="850" Width="900">
Height="900" Width="900">
<!-- 此窗口独立开启 ShowInTaskbar以支持最小化后在任务栏恢复 -->
<prism:Dialog.WindowStyle>
@@ -124,7 +124,7 @@
<!-- 标题栏 -->
<RowDefinition Height="38"/>
<!-- Tab 标签条 -->
<RowDefinition Height="40"/>
<RowDefinition Height="80"/>
<!-- 内容区 -->
<RowDefinition Height="*"/>
</Grid.RowDefinitions>

View File

@@ -7,7 +7,7 @@
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:converters="clr-namespace:UIShare.Converters;assembly=UIShare"
mc:Ignorable="d"
prism:ViewModelLocator.AutoWireViewModel="True"
prism:ViewModelLocator.AutoWireViewModel="False"
d:DesignHeight="760" d:DesignWidth="860">
<UserControl.Resources>