Skip to content

Commit

Permalink
Merge pull request #977 from shananas/Binding-Error-Fix
Browse files Browse the repository at this point in the history
Remove uneeded bindings. (One was causing a binding error)
  • Loading branch information
Vladabdf authored Jan 17, 2024
2 parents 308a196 + b2ef59c commit c72bff7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions OpenKh.Tools.ModsManager/Views/ModDetailsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="256">
<UserControl.Resources>
<SolidColorBrush x:Key="textHyperlink" Color="#569CD6" />
<Style TargetType="TextBlock">
<Setter Property="Foreground" Value="{Binding ColorTheme.TextColor}"/>
</Style>
<SolidColorBrush x:Key="textHyperlink" Color="#569CD6"/>
<Style TargetType="Expander">
<Setter Property="Foreground" Value="{Binding ColorTheme.TextColor}"/>
</Style>
</UserControl.Resources>
<StackPanel Background="{Binding BackgroundColor}">
<StackPanel>
<TextBlock Margin="0 0 0 3" FontWeight="Bold" Text="{Binding Title}" d:Text="Mod title"/>
<StackPanel Visibility="{Binding SourceVisibility}">
<TextBlock Margin="0 0 0 3">
Expand Down

0 comments on commit c72bff7

Please sign in to comment.