diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2019-12-24 16:45:22 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2019-12-24 16:45:22 +0100 |
| commit | fbe866f7b26c10bb54d72c029f8c628988a90be2 (patch) | |
| tree | 7617f1209333ff40c31aa156d541e8ea59e991ed /Views/Settings/Settings.xaml.cs | |
| parent | 0f98b398520a3f5cc6a299e7fd3b8fab494480d7 (diff) | |
| download | avalar-fbe866f7b26c10bb54d72c029f8c628988a90be2.tar.gz avalar-fbe866f7b26c10bb54d72c029f8c628988a90be2.tar.bz2 avalar-fbe866f7b26c10bb54d72c029f8c628988a90be2.zip | |
Started on the resizing step of the pipeline + pipeline design.
Diffstat (limited to 'Views/Settings/Settings.xaml.cs')
| -rw-r--r-- | Views/Settings/Settings.xaml.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |
