Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5267 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
7 changed files with 26 additions and 8 deletions
@ -1,7 +1,12 @@ |
|||||||
<Application x:Class="ICSharpCode.SharpDevelop.Gui.App" x:ClassModifier="internal" |
<Application x:Class="ICSharpCode.SharpDevelop.Gui.App" x:ClassModifier="internal" |
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||||||
xmlns:core = "http://icsharpcode.net/sharpdevelop/core"> |
xmlns:core = "http://icsharpcode.net/sharpdevelop/core" |
||||||
|
xmlns:avalondock = "clr-namespace:AvalonDock;assembly=AvalonDock"> |
||||||
<Application.Resources> |
<Application.Resources> |
||||||
|
<!-- Style AvalonDock windows --> |
||||||
|
<Style TargetType="{x:Type avalondock:DockableFloatingWindow}" BasedOn="{x:Static core:GlobalStyles.WindowStyle}"/> |
||||||
|
<Style TargetType="{x:Type avalondock:DocumentFloatingWindow}" BasedOn="{x:Static core:GlobalStyles.WindowStyle}"/> |
||||||
|
<Style TargetType="{x:Type avalondock:FlyoutPaneWindow}" BasedOn="{x:Static core:GlobalStyles.WindowStyle}"/> |
||||||
</Application.Resources> |
</Application.Resources> |
||||||
</Application> |
</Application> |
Loading…
Reference in new issue