From fbe866f7b26c10bb54d72c029f8c628988a90be2 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 24 Dec 2019 16:45:22 +0100 Subject: Started on the resizing step of the pipeline + pipeline design. --- Views/Settings/Settings.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Views/Settings/Settings.xaml.cs') diff --git a/Views/Settings/Settings.xaml.cs b/Views/Settings/Settings.xaml.cs index 4504460..1197c39 100644 --- a/Views/Settings/Settings.xaml.cs +++ b/Views/Settings/Settings.xaml.cs @@ -3,9 +3,9 @@ using Avalonia.Markup.Xaml; namespace Avalar.Views.Settings { - public class Settings : UserControl + public class SettingsControl : UserControl { - public Settings() + public SettingsControl() { InitializeComponent(); } -- cgit v1.2.3-70-g09d2