Replace custom pivot + command bar with tabbed commandbar

This commit is contained in:
Aleh Khantsevich
2024-08-25 23:52:55 +02:00
parent 43a51e5f2f
commit 7e4d1fbf49
10 changed files with 257 additions and 467 deletions

View File

@@ -1,11 +0,0 @@
namespace Wino.Core.Domain.Enums
{
public enum EditorToolbarSectionType
{
None,
Format,
Insert,
Draw,
Options
}
}

View File

@@ -1,8 +0,0 @@
namespace Wino.Core.Domain.Enums
{
public enum MenuPaneMode
{
Visible,
Hidden
}
}