Skip to content

Commit

Permalink
Fixed: Wrong font in "Content Collections" window (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Nov 20, 2022
1 parent 54ee451 commit f9b5dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Datalya/UserControls/ContentCollectionItem.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<UserControl x:Class="Datalya.UserControls.ContentCollectionItem" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Datalya.UserControls" mc:Ignorable="d" FontFamily="..\Fonts\#Monserrat" Height="35" Width="275">
<UserControl x:Class="Datalya.UserControls.ContentCollectionItem" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Datalya.UserControls" mc:Ignorable="d" FontFamily="..\Fonts\#Hauora" Height="35" Width="275">

<Border VerticalAlignment="Center">
<Button x:Name="ItemBtn" Click="ItemBtn_Click" Style="{StaticResource TabButtonStyle}" MouseEnter="ItemBtn_MouseEnter" MouseLeave="ItemBtn_MouseLeave" Background="{Binding Source={StaticResource Background2}}" Foreground="{Binding Source={StaticResource Foreground1}}" Cursor="Hand" BorderThickness="0" Margin="0,0,0,5" VerticalAlignment="Center">
Expand Down

0 comments on commit f9b5dcb

Please sign in to comment.