Skip to content

Commit

Permalink
Merge pull request #1 from insma/master
Browse files Browse the repository at this point in the history
Fix issue #1, RibbonToolTip definition was adjusted.
  • Loading branch information
jogibear9988 authored Jul 20, 2017
2 parents 3ee66b9 + 454dbfc commit 5841400
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Odyssey/Odyssey/Themes/Ribbon/RibbonToolTip.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<Border BorderBrush="Gray" BorderThickness="1" CornerRadius="3" Background="{TemplateBinding Background}">
<Grid Margin="4">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition Width="Auto"/>
<ColumnDefinition />
</Grid.ColumnDefinitions>
<TextBlock Grid.ColumnSpan="2" Text="{TemplateBinding Title}" FontWeight="Bold" Margin="0,0,0,4" />
Expand Down Expand Up @@ -56,4 +56,4 @@
<Setter Property="Background" Value="{DynamicResource {ComponentResourceKey odc:Skins, RibbonToolTipBackground}}" />
</Style>

</ResourceDictionary>
</ResourceDictionary>

0 comments on commit 5841400

Please sign in to comment.