Skip to content

Commit

Permalink
Categorize settings controls
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Aug 31, 2024
1 parent a394e2c commit def9b1c
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">

<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Community/SettingsControls/SettingsCard.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Community/SettingsControls/SettingsCard/SettingsCard.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern;component/Themes/Controls/Expander.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern;component/Themes/ThemeResources.xaml" />
</ResourceDictionary.MergedDictionaries>
Expand Down
6 changes: 3 additions & 3 deletions source/iNKORE.UI.WPF.Modern.Controls/Themes/Generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/TwoPaneView/TwoPaneView.xaml" />

<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Extended/MessageBox/MessageBox.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Community/SettingsControls/SettingsCard.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Community/SettingsControls/SettingsExpander.xaml" />

<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Community/SettingsControls/SettingsCard/SettingsCard.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Community/SettingsControls/SettingsExpander/SettingsExpander.xaml" />

</ResourceDictionary.MergedDictionaries>

Expand Down

0 comments on commit def9b1c

Please sign in to comment.