From 869ba0d33c255bf5560ef1dcd36dd07a1f1b77ee Mon Sep 17 00:00:00 2001 From: Daniel Osborne Date: Sun, 11 Mar 2018 20:29:25 -0700 Subject: [PATCH] Wrap the plugin controls around a ScrollViewer So plugin authors don't have to worry about controls drawing out of the window, wrap the plugin in a ScrollViewer, which will automatically add a scroll bar if needed. --- Torch.Server/Views/PluginsControl.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Torch.Server/Views/PluginsControl.xaml b/Torch.Server/Views/PluginsControl.xaml index cc73c68..a7c1119 100644 --- a/Torch.Server/Views/PluginsControl.xaml +++ b/Torch.Server/Views/PluginsControl.xaml @@ -28,7 +28,9 @@