inform UWT we wish to display tabs as a sidebar (if available)

This commit is contained in:
Michael Becker 2021-10-13 21:50:30 -04:00
parent aa66862b2c
commit 4a758fcdda
No known key found for this signature in database
GPG Key ID: A379FD753DD913D6

View File

@ -59,6 +59,7 @@ namespace UniversalEditor.Editors.Contact
this.Padding = new Padding(26);
TabContainer sidebar = new TabContainer();
sidebar.TabStyle = TabContainerTabStyle.Sidebar;
#region Summary Panel
{