mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
- Add support for filtering by category
- Break up main window into partials instead of using regions
This commit is contained in:
@@ -394,7 +394,9 @@ namespace FeedCenter.Options
|
||||
|
||||
_collectionViewSource.View.Refresh();
|
||||
|
||||
//textBlock.TextDecorations = null;
|
||||
var dataGridRow = (DataGridRow) sender;
|
||||
|
||||
dataGridRow.FontWeight = FontWeights.Normal;
|
||||
}
|
||||
|
||||
private void HandleListBoxItemPreviewMouseMove(object sender, MouseEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user