|
@@ -15,9 +15,11 @@
|
|
|
Height="800"
|
|
|
MinWidth="540"
|
|
|
MinHeight="460"
|
|
|
+ d:DataContext="{d:DesignInstance Type=viewmodels:MainWindowViewModel}"
|
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
|
Activated="Window_Activated"
|
|
|
Closed="Window_Closed"
|
|
|
+ SizeChanged="Window_SizeChanged"
|
|
|
Style="{StaticResource WindowStyle}"
|
|
|
UseLayoutRounding="True"
|
|
|
WindowStartupLocation="CenterScreen"
|
|
@@ -152,7 +154,8 @@
|
|
|
Grid.RowSpan="3"
|
|
|
BorderThickness="0"
|
|
|
ItemContainerStyle="{StaticResource DragablzItemStyle}"
|
|
|
- SelectedItem="{Binding SelectedItem, Mode=TwoWay}">
|
|
|
+ SelectedItem="{Binding SelectedItem, Mode=TwoWay}"
|
|
|
+ WindowChrome.IsHitTestVisibleInChrome="True">
|
|
|
<dragablz:TabablzControl.InterTabController>
|
|
|
<dragablz:InterTabController InterTabClient="{Binding InterTabClient}" />
|
|
|
</dragablz:TabablzControl.InterTabController>
|
|
@@ -161,7 +164,7 @@
|
|
|
x:Name="BtnAdd"
|
|
|
Width="20"
|
|
|
Height="20"
|
|
|
- Margin="9,13,0,7"
|
|
|
+ Margin="8,13,200,7"
|
|
|
Padding="0"
|
|
|
HorizontalAlignment="Left"
|
|
|
Background="Transparent"
|
|
@@ -185,6 +188,7 @@
|
|
|
</dragablz:TabablzControl>
|
|
|
<!-- 标题栏右侧栏,关闭按钮,会员,试用等 -->
|
|
|
<StackPanel
|
|
|
+ Name="StkPnlRight"
|
|
|
HorizontalAlignment="Right"
|
|
|
Orientation="Horizontal"
|
|
|
WindowChrome.IsHitTestVisibleInChrome="True">
|