Jelajahi Sumber

Tweaked ProgressForm
Removed Unused Files

Frank van den Bos 2 tahun lalu
induk
melakukan
abd0eec0d7

+ 0 - 12
inabox.wpf/InABox.Wpf.csproj

@@ -525,9 +525,6 @@
       <Page Update="DynamicGrid\DynamicMultiEditWindow.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
       </Page>
-      <Page Update="DynamicGrid\Editors\DocumentConfirm.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
       <Page Update="DynamicGrid\Editors\ExpressionEditor\ExpressionEditorWindow.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <SubType>Designer</SubType>
@@ -541,15 +538,6 @@
       <Page Update="DynamicGrid\Editors\FilterEditor\SubQueryWindow.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
       </Page>
-      <Page Update="DynamicGrid\Editors\NotePopup.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
-      <Page Update="DynamicGrid\Editors\PopupList.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
-      <Page Update="DynamicGrid\Editors\RichTextEditor.xaml">
-        <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
-      </Page>
       <Page Update="DynamicGrid\EmbeddedDynamicEditorForm.xaml">
         <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
         <SubType>Designer</SubType>

+ 1 - 1
inabox.wpf/ProgressWindow/ProgressForm.xaml.cs

@@ -14,7 +14,7 @@ namespace InABox.WPF
     {
         private ImageSource? _image = null;
 
-        private DoubleAnimation _fader = new DoubleAnimation(1d, 0.1d, new Duration(TimeSpan.FromSeconds(2))) { AutoReverse = true };
+        private DoubleAnimation _fader = new DoubleAnimation(1d, 0.3d, new Duration(TimeSpan.FromMilliseconds(3000))) { AutoReverse = true };
 
         public ProgressForm()
         {