From d258ab2cfb7509f43fa0420d6fe68b23a2b7fe5e Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Wed, 11 Jul 2018 18:06:50 -0500 Subject: Add UnderlinedTabViewController Make an initial work for a TabViewController that renders tabs like the Design mockups. --- Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs') diff --git a/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs b/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs index 21eaa73..c572a27 100644 --- a/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs +++ b/Xamarin.PropertyEditing.Mac/Controls/Custom/NotifyingViewController.cs @@ -10,7 +10,7 @@ using Xamarin.PropertyEditing.ViewModels; namespace Xamarin.PropertyEditing.Mac { - class NotifyingViewController : NSViewController, INotifyingListner where T : NotifyingObject + internal class NotifyingViewController : NSViewController, INotifyingListner where T : NotifyingObject { internal T ViewModel { get => Adaptor.ViewModel; -- cgit v1.2.3