Skip to content

Commit

Permalink
fix themes
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 16, 2023
1 parent 6d77a89 commit a793fd2
Show file tree
Hide file tree
Showing 9 changed files with 2,028 additions and 32 deletions.
1 change: 1 addition & 0 deletions OneWare.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

<s:Boolean x:Key="/Default/UserDictionary/Words/=dockable/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Foldings/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=netlistsvg/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=verible/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
2 changes: 1 addition & 1 deletion src/OneWare.ImageViewer/Views/ImageView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:viewModels="clr-namespace:OneWare.ImageViewer.ViewModels"
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
x:Class="OneWare.ImageViewer.Views.ImageView" x:DataType="viewModels:ImageViewModel">
<ZoomBorder PanButton="Left" Background="White">
<ZoomBorder PanButton="Left" Background="{DynamicResource ThemeControlLowBrush}">
<Image Source="{Binding Image}"/>
</ZoomBorder>
</UserControl>
Loading

0 comments on commit a793fd2

Please sign in to comment.