|
37 | 37 | <RowDefinition Height="Auto" /> |
38 | 38 | <RowDefinition Height="Auto" /> |
39 | 39 | <RowDefinition Height="Auto" /> |
| 40 | + <RowDefinition Height="Auto" /> |
40 | 41 | </Grid.RowDefinitions> |
41 | 42 |
|
42 | 43 | <Grid.ColumnDefinitions> |
43 | 44 | <ColumnDefinition Width="Auto" /> |
44 | 45 | <ColumnDefinition Width="Auto" /> |
45 | | - <ColumnDefinition Width="Auto" /> |
46 | | - <ColumnDefinition Width="Auto" /> |
47 | | - <ColumnDefinition Width="Auto" /> |
48 | 46 | </Grid.ColumnDefinitions> |
49 | 47 |
|
50 | 48 | <CheckBox Grid.Row="0" Grid.Column="0" x:Name="ChbAutoUpdate" Content="Automatic updates" Margin="3" /> |
51 | 49 | <CheckBox Grid.Row="0" Grid.Column="1" x:Name="ChbAutoStart" Content="Start MemPlus when Windows starts" Margin="3" /> |
52 | 50 | <CheckBox Grid.Row="1" Grid.Column="0" x:Name="ChbStartMinimized" Content="Start MemPlus minimized" Margin="3" /> |
53 | 51 | <CheckBox Grid.Row="1" Grid.Column="1" x:Name="ChbStartHidden" Content="Hide MemPlus on startup" Margin="3" /> |
54 | 52 | <CheckBox Grid.Row="2" Grid.Column="0" x:Name="ChbHideOnClose" Content="Hide MemPlus when closing" Margin="3" /> |
55 | | - <CheckBox Grid.Row="2" Grid.Column="1" x:Name="ChbTopmost" Content="Topmost" Margin="3" /> |
56 | | - <CheckBox Grid.Row="3" Grid.Column="0" x:Name="ChbWindowDraggable" Content="Window draggable" Margin="3" /> |
57 | | - <CheckBox Grid.Row="3" Grid.Column="1" x:Name="ChbNotifyIcon" Content="Display notifyicon" Margin="3" /> |
58 | | - <CheckBox Grid.Row="4" Grid.Column="0" x:Name="ChbAdminWarning" Content="Display administrative rights warning" Margin="3" /> |
59 | | - <CheckBox Grid.Row="4" Grid.Column="1" x:Name="ChbRamClearingMessage" Content="Display information after clearing RAM" Margin="3" /> |
60 | | - <CheckBox Grid.Row="5" Grid.Column="0" x:Name="ChbNotifyIconStatistics" Content="Display RAM statistics in notifyicon" Margin="3" /> |
61 | | - <CheckBox Grid.Row="5" Grid.Column="1" x:Name="ChbDisplayGauge" Content="Display RAM Gauge" Margin="3" /> |
| 53 | + <CheckBox Grid.Row="2" Grid.Column="1" x:Name="ChbRunAsAdmin" Content="Automatically run as administrator" Margin="3" /> |
| 54 | + <CheckBox Grid.Row="3" Grid.Column="0" x:Name="ChbTopmost" Content="Topmost" Margin="3" /> |
| 55 | + <CheckBox Grid.Row="3" Grid.Column="1" x:Name="ChbWindowDraggable" Content="Window draggable" Margin="3" /> |
| 56 | + <CheckBox Grid.Row="4" Grid.Column="0" x:Name="ChbNotifyIcon" Content="Display notifyicon" Margin="3" /> |
| 57 | + <CheckBox Grid.Row="4" Grid.Column="1" x:Name="ChbAdminWarning" Content="Display administrative rights warning" Margin="3" /> |
| 58 | + <CheckBox Grid.Row="5" Grid.Column="0" x:Name="ChbRamClearingMessage" Content="Display information after clearing RAM" Margin="3" /> |
| 59 | + <CheckBox Grid.Row="5" Grid.Column="1" x:Name="ChbNotifyIconStatistics" Content="Display RAM statistics in notifyicon" Margin="3" /> |
| 60 | + <CheckBox Grid.Row="6" Grid.Column="0" x:Name="ChbDisplayGauge" Content="Display RAM Gauge" Margin="3" /> |
62 | 61 | </Grid> |
63 | 62 | </GroupBox> |
64 | 63 | </Grid> |
|
0 commit comments