|
10 | 10 | ResizeMode="CanMinimize">
|
11 | 11 | <Grid>
|
12 | 12 | <Grid.RowDefinitions>
|
13 |
| - <RowDefinition Height="15" /> |
| 13 | + <RowDefinition Height="Auto" /> |
14 | 14 | <RowDefinition Height="Auto" />
|
15 | 15 | <RowDefinition Height="5" />
|
16 | 16 | <RowDefinition Height="Auto" />
|
|
22 | 22 | <ColumnDefinition Width="10" />
|
23 | 23 | </Grid.ColumnDefinitions>
|
24 | 24 |
|
25 |
| - <TextBlock Grid.Row="0" Grid.Column="1" x:Name="InfoText" /> |
26 |
| - <TextBox Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" x:Name="ResponseTextBox" Padding="5" |
27 |
| - Background="{DynamicResource MaterialDesignBackground}" /> |
| 25 | + <TextBlock Grid.Row="0" Grid.Column="1" x:Name="InfoText" Text="Info" Margin="0,20,0,0" Foreground="{DynamicResource MaterialDesignBody}" /> |
| 26 | + <TextBox Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" Margin="0,10,0,0" x:Name="ResponseTextBox" Padding="5" |
| 27 | + Background="{DynamicResource MaterialDesignBackground}" Foreground="{DynamicResource MaterialDesignBody}" /> |
28 | 28 | <Grid Grid.Row="3" Grid.Column="1" Grid.ColumnSpan="2">
|
29 | 29 | <Grid.ColumnDefinitions>
|
30 | 30 | <ColumnDefinition Width="*" />
|
31 | 31 | <ColumnDefinition Width="55" />
|
32 |
| - <ColumnDefinition Width="5" /> |
| 32 | + <ColumnDefinition Width="10" /> |
33 | 33 | <ColumnDefinition Width="55" />
|
34 | 34 | </Grid.ColumnDefinitions>
|
35 |
| - <Button Grid.Column="1" Content="_Okay" IsDefault="True" Click="OKButton_Click" Margin="0,20,0,0" |
| 35 | + <Button Grid.Column="1" Content="_Okay" IsDefault="True" Click="OKButton_Click" Margin="0,20,0,10" |
36 | 36 | Padding="0" />
|
37 |
| - <Button Grid.Column="3" Content="_Cancel" IsCancel="True" Click="CancelButton_Click" Margin="0,20,0,0" |
| 37 | + <Button Grid.Column="3" Content="_Cancel" IsCancel="True" Click="CancelButton_Click" Margin="0,20,0,10" |
38 | 38 | Padding="0" />
|
39 | 39 | </Grid>
|
40 | 40 | </Grid>
|
|
0 commit comments