|
19 | 19 | </Grid.RowDefinitions> |
20 | 20 | <TabControl> |
21 | 21 | <TabItem Header="General"> |
22 | | - <Grid > |
| 22 | + <Grid HorizontalAlignment="Center" VerticalAlignment="Center"> |
23 | 23 | <Grid.RowDefinitions> |
24 | 24 | <RowDefinition Height="Auto"></RowDefinition> |
| 25 | + <RowDefinition Height="Auto"></RowDefinition> |
25 | 26 | </Grid.RowDefinitions> |
26 | | - <Grid.ColumnDefinitions> |
27 | | - <ColumnDefinition Width="Auto"></ColumnDefinition> |
28 | | - <ColumnDefinition Width="Auto"></ColumnDefinition> |
29 | | - <ColumnDefinition Width="Auto"></ColumnDefinition> |
30 | | - </Grid.ColumnDefinitions> |
31 | | - <Label Content="Connection time-out:"></Label> |
32 | | - <syncfusion:IntegerTextBox x:Name="IntTimeOut" Grid.Column="1" MinValue="1"></syncfusion:IntegerTextBox> |
33 | | - <Label Grid.Column="2" Content="milliseconds"></Label> |
| 27 | + <Grid> |
| 28 | + <CheckBox x:Name="ChbAutoUpdate">Automatically check for updates</CheckBox> |
| 29 | + </Grid> |
| 30 | + <Grid Grid.Row="1"> |
| 31 | + <Grid.RowDefinitions> |
| 32 | + <RowDefinition Height="Auto"></RowDefinition> |
| 33 | + </Grid.RowDefinitions> |
| 34 | + <Grid.ColumnDefinitions> |
| 35 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 36 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 37 | + <ColumnDefinition Width="Auto"></ColumnDefinition> |
| 38 | + </Grid.ColumnDefinitions> |
| 39 | + <Label Content="Connection time-out:"></Label> |
| 40 | + <syncfusion:IntegerTextBox x:Name="IntTimeOut" Grid.Column="1" MinValue="1"></syncfusion:IntegerTextBox> |
| 41 | + <Label Grid.Column="2" Content="milliseconds"></Label> |
| 42 | + </Grid> |
34 | 43 | </Grid> |
35 | 44 | </TabItem> |
36 | 45 | <TabItem Header="Theme"> |
37 | | - <Grid> |
| 46 | + <Grid HorizontalAlignment="Center" VerticalAlignment="Center"> |
38 | 47 | <Grid.RowDefinitions> |
39 | 48 | <RowDefinition Height="Auto"></RowDefinition> |
40 | | - <RowDefinition Height="Auto"></RowDefinition> |
41 | 49 | </Grid.RowDefinitions> |
42 | | - <Grid HorizontalAlignment="Center"> |
43 | | - <CheckBox x:Name="ChbAutoUpdate">Automatically check for updates</CheckBox> |
44 | | - </Grid> |
45 | | - <Grid Grid.Row="1"> |
| 50 | + <Grid> |
46 | 51 | <Grid.RowDefinitions> |
47 | 52 | <RowDefinition Height="Auto"></RowDefinition> |
48 | 53 | <RowDefinition Height="Auto"></RowDefinition> |
|
0 commit comments