Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Jun 24, 2014
1 parent d0ae24d commit 3ee66b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Odyssey/Odyssey/Themes/OutlookBar/OutlookSection.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:odc="clr-namespace:Odyssey.Controls" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Odyssey;Component/Themes/OutlookBar/ToggleButton.xaml" />
Expand All @@ -22,7 +22,7 @@
<DockPanel Focusable="False">
<Image RenderOptions.BitmapScalingMode="NearestNeighbor"
RenderOptions.EdgeMode="Aliased" Source="{TemplateBinding Image}"
Focusable="False" DockPanel.Dock="Left" Margin="4,0,4,0"
Focusable="False" DockPanel.Dock="Left" Margin="4,0,4,0" Stretch="None"
SnapsToDevicePixels="False" ClipToBounds="True" VerticalAlignment="Center"
Width="24" Height="24" />
<ContentPresenter x:Name="content" Focusable="False" Content="{TemplateBinding Header}"
Expand All @@ -41,4 +41,4 @@
</Setter>
</Style>

</ResourceDictionary>
</ResourceDictionary>

0 comments on commit 3ee66b9

Please sign in to comment.