|
8 | 8 | d:Background="White" |
9 | 9 | Title="Settings_main"> |
10 | 10 |
|
11 | | - <StackPanel> |
| 11 | + <StackPanel > |
12 | 12 | <Label Content="Filetype Management" FontWeight="SemiBold"/> |
13 | 13 |
|
14 | | - <StackPanel Margin="10,20,0,10"> |
15 | | - <Grid Margin="0,0,0,10"> |
| 14 | + <StackPanel Margin="10,10,0,7"> |
| 15 | + <Grid Margin="0,0,0,7"> |
16 | 16 | <TextBlock FontSize="14" VerticalAlignment="Center">manage local skipped filetypes</TextBlock> |
17 | | - <Button x:Name="uiEditSkipListBTN" IsEnabled="True" HorizontalAlignment="Right" Width="100" Margin="0,0,25,0" Height="36" BorderThickness="0" Click="uiEditSkipListBTN_Click" Content="edit"></Button> |
| 17 | + <Button x:Name="uiEditSkipListBTN" IsEnabled="True" HorizontalAlignment="Right" Width="100" Margin="0,0,25,0" Height="32" BorderThickness="0" Click="uiEditSkipListBTN_Click" Content="edit"></Button> |
18 | 18 | </Grid> |
19 | 19 |
|
20 | 20 | <Grid> |
|
27 | 27 | </ui:FlyoutBase.AttachedFlyout> |
28 | 28 | </TextBlock> |
29 | 29 |
|
30 | | - <ComboBox x:Name="comboBoxSkipUserResultsAggression" IsEnabled="False" SelectedIndex="0" HorizontalAlignment="Right" VerticalAlignment="Center" HorizontalContentAlignment="Left" Width="100" Height="36" Margin="0,0,25,0" Background="Transparent" Foreground="#98A9B9" BorderBrush="#98A9B9" BorderThickness="1"> |
| 30 | + <ComboBox x:Name="comboBoxSkipUserResultsAggression" IsEnabled="False" SelectedIndex="0" HorizontalAlignment="Right" VerticalAlignment="Center" HorizontalContentAlignment="Left" Width="100" Height="32" Margin="0,0,25,0" Background="Transparent" Foreground="#98A9B9" BorderBrush="#98A9B9" BorderThickness="1"> |
31 | 31 | <ComboBoxItem> |
32 | 32 | <TextBlock Text="low" FontSize="14" FontWeight="SemiBold" Foreground="#98A9B9" /> |
33 | 33 | </ComboBoxItem> |
|
43 | 43 |
|
44 | 44 | </StackPanel> |
45 | 45 |
|
46 | | - <Separator Margin="0,10,0,20"/> |
| 46 | + <Separator Margin="0,10,0,10"/> |
47 | 47 | <Label Content="System Integration" FontWeight="SemiBold"/> |
48 | | - <StackPanel Margin="10,20,0,10"> |
49 | | - <CheckBox x:Name="uiIsContextEnabled" Margin="0,0,0,10" >add to right-click context menu</CheckBox> |
| 48 | + <StackPanel Margin="10,10,0,7"> |
| 49 | + <CheckBox x:Name="uiIsContextEnabled" >add to right-click context menu</CheckBox> |
50 | 50 | <CheckBox x:Name="uiIsStartMenuEnabled" IsEnabled="False" Visibility="Collapsed">add to start menu</CheckBox> |
51 | 51 | <CheckBox x:Name="uiShowNotifications" IsEnabled="True" Checked="uiShowNotifications_Checked" Unchecked="uiShowNotifications_Unchecked">show notification on completion</CheckBox> |
52 | 52 |
|
53 | 53 | </StackPanel> |
54 | | - <Separator Margin="0,10,0,20"/> |
| 54 | + <Separator Margin="0,10,0,10"/> |
| 55 | + |
| 56 | + <Label Content="Background Watcher Settings" FontWeight="SemiBold"/> |
| 57 | + <StackPanel Margin="10,10,0,7"> |
| 58 | + <CheckBox x:Name="uiEnableBackgroundWatcher" Checked="uiEnableBackgroundWatcher_Checked" Unchecked="uiEnableBackgroundWatcher_Unchecked">monitor compressed folders for changes</CheckBox> |
| 59 | + <CheckBox x:Name="uiEnableBackgroundAutoCompression" Margin="30,0,0,0" Checked="uiEnableBackgroundAutoCompression_Checked" Unchecked="uiEnableBackgroundAutoCompression_Unchecked">periodically check and keep folders compressed</CheckBox> |
| 60 | + |
| 61 | + </StackPanel> |
| 62 | + <Separator Margin="0,10,0,10"/> |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
55 | 69 | <Label Content="UI Scaling" FontWeight="SemiBold"/> |
56 | 70 |
|
57 | | - <Slider Margin="15,20,15,20" x:Name="uiScalingFactor" Orientation="Horizontal" Value="1" Minimum="0.5" Maximum="1.5" IsSnapToTickEnabled="True" TickFrequency="0.125" TickPlacement="BottomRight" PreviewMouseUp="uiScalingFactor_PreviewMouseUp" PreviewKeyUp="uiScalingFactor_PreviewKeyUp" LargeChange="0.125" SmallChange="0.125" /> |
| 71 | + <Slider Margin="15,10,15,20" x:Name="uiScalingFactor" Orientation="Horizontal" Value="1" Minimum="0.5" Maximum="1.5" IsSnapToTickEnabled="True" TickFrequency="0.125" TickPlacement="BottomRight" PreviewMouseUp="uiScalingFactor_PreviewMouseUp" PreviewKeyUp="uiScalingFactor_PreviewKeyUp" LargeChange="0.125" SmallChange="0.125" /> |
58 | 72 |
|
59 | | - <Separator Margin="0,0,0,45"/> |
| 73 | + <Separator Margin="0,0,0,30"/> |
60 | 74 | <Grid HorizontalAlignment="Center"> |
61 | 75 | <Grid.ColumnDefinitions> |
62 | 76 | <ColumnDefinition Width="*"/> |
|
0 commit comments