|
|
@ -3,7 +3,6 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:styles="urn:TomsToolbox.Wpf.Styles" |
|
|
|
xmlns:styles="urn:TomsToolbox.Wpf.Styles" |
|
|
|
xmlns:toms="urn:TomsToolbox" |
|
|
|
xmlns:toms="urn:TomsToolbox" |
|
|
|
xmlns:ilSpy="clr-namespace:ICSharpCode.ILSpy" |
|
|
|
|
|
|
|
xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes" |
|
|
|
xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes" |
|
|
|
StartupUri="MainWindow.xaml"> |
|
|
|
StartupUri="MainWindow.xaml"> |
|
|
|
<Application.Resources> |
|
|
|
<Application.Resources> |
|
|
@ -25,5 +24,9 @@ |
|
|
|
<Setter Property="Padding" Value="9,1,9,1" /> |
|
|
|
<Setter Property="Padding" Value="9,1,9,1" /> |
|
|
|
</Style> |
|
|
|
</Style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ScrollViewer"> |
|
|
|
|
|
|
|
<Setter Property="toms:AdvancedScrollWheelBehavior.Attach" Value="WithAnimation" /> |
|
|
|
|
|
|
|
</Style> |
|
|
|
|
|
|
|
|
|
|
|
</Application.Resources> |
|
|
|
</Application.Resources> |
|
|
|
</Application> |
|
|
|
</Application> |