|
25 | 25 | <TextBox Grid.Row="0" Grid.Column="1" |
26 | 26 | Height="26" |
27 | 27 | VerticalAlignment="Center" |
28 | | - CornerRadius="2" |
| 28 | + CornerRadius="3" |
29 | 29 | Text="{Binding Master, Mode=TwoWay}"/> |
30 | 30 |
|
31 | 31 | <TextBlock Grid.Row="1" Grid.Column="0" |
|
35 | 35 | <TextBox Grid.Row="1" Grid.Column="1" |
36 | 36 | Height="26" |
37 | 37 | VerticalAlignment="Center" |
38 | | - CornerRadius="2" |
| 38 | + CornerRadius="3" |
39 | 39 | Text="{Binding Develop, Mode=TwoWay}"/> |
40 | 40 |
|
41 | 41 | <Rectangle Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2" |
|
50 | 50 | <TextBox Grid.Row="3" Grid.Column="1" |
51 | 51 | Height="26" |
52 | 52 | VerticalAlignment="Center" |
53 | | - CornerRadius="2" |
| 53 | + CornerRadius="3" |
54 | 54 | Text="{Binding FeaturePrefix, Mode=TwoWay}"/> |
55 | 55 |
|
56 | 56 | <TextBlock Grid.Row="4" Grid.Column="0" |
|
60 | 60 | <TextBox Grid.Row="4" Grid.Column="1" |
61 | 61 | Height="26" |
62 | 62 | VerticalAlignment="Center" |
63 | | - CornerRadius="2" |
| 63 | + CornerRadius="3" |
64 | 64 | Text="{Binding ReleasePrefix, Mode=TwoWay}"/> |
65 | 65 |
|
66 | 66 | <TextBlock Grid.Row="5" Grid.Column="0" |
|
70 | 70 | <TextBox Grid.Row="5" Grid.Column="1" |
71 | 71 | Height="26" |
72 | 72 | VerticalAlignment="Center" |
73 | | - CornerRadius="2" |
| 73 | + CornerRadius="3" |
74 | 74 | Text="{Binding HotfixPrefix, Mode=TwoWay}"/> |
75 | 75 |
|
76 | 76 | <TextBlock Grid.Row="6" Grid.Column="0" |
|
80 | 80 | <TextBox Grid.Row="6" Grid.Column="1" |
81 | 81 | Height="26" |
82 | 82 | VerticalAlignment="Center" |
83 | | - CornerRadius="2" |
| 83 | + CornerRadius="3" |
84 | 84 | Watermark="{DynamicResource Text.Optional}" |
85 | 85 | Text="{Binding TagPrefix, Mode=TwoWay}"/> |
86 | 86 | </Grid> |
|
0 commit comments