Commit 66380a85 by liulongfei

样式调整

parent 42a775ce
......@@ -41,6 +41,15 @@
<Setter Property="ShowCaptionImage" Value="True"></Setter>
<Setter Property="CaptionWidth" Value="16"></Setter>
<Setter Property="Closed" Value="{Binding Path=IsClosed,Mode=TwoWay}"></Setter>
<Setter Property="CaptionImageStyle">
<Setter.Value>
<Style TargetType="dxdove:CaptionImage">
<Setter Property="Width" Value="16"/>
<Setter Property="Height" Value="16"/>
<Setter Property="Stretch" Value="Fill"/>
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type dxdo:DocumentPanel}">
<Setter Property="FloatOnDoubleClick" Value="False"></Setter>
......@@ -52,6 +61,15 @@
<Setter Property="ShowCaptionImage" Value="True"></Setter>
<Setter Property="CaptionWidth" Value="24"></Setter>
<Setter Property="Closed" Value="{Binding Path=IsClosed,Mode=TwoWay}"></Setter>
<Setter Property="CaptionImageStyle">
<Setter.Value>
<Style TargetType="dxdove:CaptionImage">
<Setter Property="Width" Value="16"/>
<Setter Property="Height" Value="16"/>
<Setter Property="Stretch" Value="Fill"/>
</Style>
</Setter.Value>
</Setter>
</Style>
</UserControl.Resources>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment