|
137 | 137 | </StackPanel> |
138 | 138 | <GroupBox Margin="5,0,5,5" Header="{markup:Translate [PreviewMode]}"> |
139 | 139 | <StackPanel Margin="10"> |
140 | | - <WrapPanel Orientation="Horizontal"> |
141 | | - <TextBlock VerticalAlignment="Center" Text="{markup:Translate [BellBulletCountOverLimit_Part1]}" TextWrapping="WrapWithOverflow" /> |
| 140 | + <WrapPanel Orientation="Horizontal"> |
| 141 | + <TextBlock |
| 142 | + VerticalAlignment="Center" |
| 143 | + Text="{markup:Translate [BellBulletCountOverLimit_Part1]}" |
| 144 | + TextWrapping="WrapWithOverflow" /> |
142 | 145 | <StackPanel Orientation="Horizontal"> |
143 | 146 | <TextBox |
144 | 147 | Width="50" |
145 | 148 | Margin="5,0,2,0" |
146 | 149 | Text="{Binding Setting.ParallelCountLimit}"> |
147 | 150 | </TextBox> |
148 | | - <TextBlock Text="{markup:Translate [BellBulletCountOverLimit_Sep]}"></TextBlock> |
| 151 | + <TextBlock Text="{markup:Translate [BellBulletCountOverLimit_Sep]}"> |
| 152 | + </TextBlock> |
149 | 153 | </StackPanel> |
150 | | - <TextBlock VerticalAlignment="Center" Text="{markup:Translate [BellBulletCountOverLimit_Part2]}" TextWrapping="WrapWithOverflow" /> |
| 154 | + <TextBlock |
| 155 | + VerticalAlignment="Center" |
| 156 | + Text="{markup:Translate [BellBulletCountOverLimit_Part2]}" |
| 157 | + TextWrapping="WrapWithOverflow" /> |
151 | 158 | </WrapPanel> |
152 | 159 | <StackPanel Margin="0,10,0,5" Orientation="Horizontal"> |
153 | 160 | <TextBlock VerticalAlignment="Center" Text="{markup:Translate [BackgroundColor]}" /> |
|
166 | 173 | <CheckBox IsChecked="{Binding Setting.EnablePlayFieldDrawing}"> |
167 | 174 | <TextBlock Text="{markup:Translate [EnablePlayFieldDrawing]}" /> |
168 | 175 | </CheckBox> |
169 | | - <StackPanel |
170 | | - Margin="0,5,0,5" |
171 | | - IsEnabled="{Binding Setting.EnablePlayFieldDrawing}" |
172 | | - Orientation="Horizontal"> |
173 | | - <TextBlock VerticalAlignment="Center" Text="{markup:Translate [PlayFieldForegroundColor]}" /> |
174 | | - <Border |
175 | | - Width="60" |
176 | | - Height="18" |
177 | | - Margin="10,0" |
178 | | - cal:Message.Attach="[Event MouseDown] = [Action OnSelectForegroundColor($executionContext)]" |
179 | | - Background="{Binding Setting.PlayFieldForegroundColor, Converter={StaticResource IntToSolidBrush}}" |
180 | | - BorderBrush="{Binding Setting.PlayFieldForegroundColor, Converter={StaticResource IntToSolidBrush}, ConverterParameter=True}" |
181 | | - BorderThickness="1" |
182 | | - CornerRadius="7" |
183 | | - Cursor="Hand"> |
184 | | - </Border> |
| 176 | + <StackPanel Margin="0,5,0,5" IsEnabled="{Binding Setting.EnablePlayFieldDrawing}"> |
| 177 | + <StackPanel Orientation="Horizontal"> |
| 178 | + <TextBlock VerticalAlignment="Center" Text="{markup:Translate [PlayFieldForegroundColor]}" /> |
| 179 | + <Border |
| 180 | + Width="60" |
| 181 | + Height="18" |
| 182 | + Margin="10,0" |
| 183 | + cal:Message.Attach="[Event MouseDown] = [Action OnSelectForegroundColor($executionContext)]" |
| 184 | + Background="{Binding Setting.PlayFieldForegroundColor, Converter={StaticResource IntToSolidBrush}}" |
| 185 | + BorderBrush="{Binding Setting.PlayFieldForegroundColor, Converter={StaticResource IntToSolidBrush}, ConverterParameter=True}" |
| 186 | + BorderThickness="1" |
| 187 | + CornerRadius="7" |
| 188 | + Cursor="Hand"> |
| 189 | + </Border> |
| 190 | + </StackPanel> |
| 191 | + <CheckBox Margin="0,5,0,0" IsChecked="{Binding Setting.HideWallLaneWhenEnablePlayField}"> |
| 192 | + <TextBlock Text="{markup:Translate [HideWallLaneWhenEnablePlayField]}" /> |
| 193 | + </CheckBox> |
185 | 194 | </StackPanel> |
186 | 195 | <CheckBox IsChecked="{Binding Setting.EnableShowPlayerLocation}"> |
187 | 196 | <TextBlock Text="{markup:Translate [EnableShowPlayerLocation]}" TextWrapping="WrapWithOverflow" /> |
|
0 commit comments