mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-16 07:55:00 +00:00
ux: new style for ref's Visibility in Graph
context menu item
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
cd009bda6b
commit
bf43dd828a
5 changed files with 142 additions and 107 deletions
12
src/Views/FilterModeInGraph.axaml.cs
Normal file
12
src/Views/FilterModeInGraph.axaml.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using Avalonia.Controls;
|
||||
|
||||
namespace SourceGit.Views
|
||||
{
|
||||
public partial class FilterModeInGraph : UserControl
|
||||
{
|
||||
public FilterModeInGraph()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue