From 4a758fcdda6a0448ae07f32091804485531dfb79 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Wed, 13 Oct 2021 21:50:30 -0400 Subject: [PATCH] inform UWT we wish to display tabs as a sidebar (if available) --- .../Editors/Contact/ContactEditor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.UserInterface/UniversalEditor.Plugins.AddressBook.UserInterface/Editors/Contact/ContactEditor.cs b/Plugins.UserInterface/UniversalEditor.Plugins.AddressBook.UserInterface/Editors/Contact/ContactEditor.cs index 63f294c2..5bb4050f 100644 --- a/Plugins.UserInterface/UniversalEditor.Plugins.AddressBook.UserInterface/Editors/Contact/ContactEditor.cs +++ b/Plugins.UserInterface/UniversalEditor.Plugins.AddressBook.UserInterface/Editors/Contact/ContactEditor.cs @@ -59,6 +59,7 @@ namespace UniversalEditor.Editors.Contact this.Padding = new Padding(26); TabContainer sidebar = new TabContainer(); + sidebar.TabStyle = TabContainerTabStyle.Sidebar; #region Summary Panel {