|
11 | 11 | TitleTextAlignment="Center" |
12 | 12 | UseNativeChrome="True" |
13 | 13 | WindowStartupLocation="CenterScreen" |
14 | | - Title="MemPlus - Settings" Height="380" Width="550" |
| 14 | + Title="MemPlus - Settings" Height="400" Width="550" |
15 | 15 | Icon="/MemPlus;component/Resources/Images/ram.png"> |
16 | 16 | <Grid> |
17 | 17 | <Grid.RowDefinitions> |
|
142 | 142 | <Grid.RowDefinitions> |
143 | 143 | <RowDefinition Height="Auto" /> |
144 | 144 | <RowDefinition Height="Auto" /> |
145 | | - <RowDefinition Height="Auto" /> |
146 | | - <RowDefinition Height="Auto" /> |
| 145 | + <RowDefinition Height="Auto"/> |
147 | 146 | </Grid.RowDefinitions> |
148 | 147 | <Grid.ColumnDefinitions> |
149 | 148 | <ColumnDefinition Width="Auto" /> |
150 | 149 | <ColumnDefinition /> |
151 | 150 | </Grid.ColumnDefinitions> |
152 | | - <CheckBox Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" x:Name="ChbEmptyWorkingSet" Content="Empty working sets" Margin="3" /> |
153 | | - <CheckBox Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" x:Name="ChbFileSystemCache" Content="Clear FileSystem cache" Margin="3" /> |
154 | | - <CheckBox Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2" x:Name="ChbStandByCache" Content="Clear standby cache" Margin="3" /> |
155 | | - <CheckBox Grid.Row="3" Grid.Column="0" x:Name="ChbHotKey" Content="Hotkey:" Margin="3" /> |
156 | | - <TextBox Grid.Row="3" Grid.Column="1" x:Name="TxtHotKey" Margin="3" PreviewKeyDown="TxtHotKey_PreviewKeyDown"/> |
| 151 | + <CheckBox Grid.Row="0" Grid.Column="0" x:Name="ChbEmptyWorkingSet" Content="Empty working sets" Margin="3" /> |
| 152 | + <CheckBox Grid.Row="0" Grid.Column="1" x:Name="ChbFileSystemCache" Content="Clear FileSystem cache" Margin="3" /> |
| 153 | + <CheckBox Grid.Row="1" Grid.Column="0" x:Name="ChbStandByCache" Content="Clear standby cache" Margin="3" /> |
| 154 | + <CheckBox Grid.Row="1" Grid.Column="1" x:Name="ChbClearClipboard" Content="Clear clipboard data" Margin="3" /> |
| 155 | + <CheckBox Grid.Row="2" Grid.Column="0" x:Name="ChbHotKey" Content="Hotkey:" Margin="3" /> |
| 156 | + <TextBox Grid.Row="2" Grid.Column="1" x:Name="TxtHotKey" Margin="3" HorizontalAlignment="Stretch" PreviewKeyDown="TxtHotKey_PreviewKeyDown"/> |
157 | 157 | </Grid> |
158 | 158 | </GroupBox> |
159 | 159 | <GroupBox Grid.Row="1" Header="Working Set Exclusions" MinWidth="250" Margin="3"> |
|
0 commit comments