|
104 | 104 | Text="{x:Bind ViewModel.IDEName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" |
105 | 105 | Visibility="{x:Bind ViewModel.IsEditingIDEConfig, Converter={StaticResource BoolVisibilityConverter}, Mode=OneWay}"> |
106 | 106 | <TextBox.Resources> |
107 | | - <SolidColorBrush x:Key="TextControlBackgroundFocused" Color="{ThemeResource SolidBackgroundFillColorSecondary}" /> |
108 | 107 | <TeachingTip |
109 | 108 | x:Name="InvalidIDENameWarning" |
110 | 109 | Title="{helpers:ResourceString Name=InvalidIDENameError}" |
|
153 | 152 | PlaceholderText="{helpers:ResourceString Name=IDEPathPlaceholder}" |
154 | 153 | Text="{x:Bind ViewModel.IDEPath, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"> |
155 | 154 | <TextBox.Resources> |
156 | | - <SolidColorBrush x:Key="TextControlBackgroundFocused" Color="{ThemeResource SolidBackgroundFillColorSecondary}" /> |
157 | 155 | <TeachingTip |
158 | 156 | x:Name="InvalidPathWarning" |
159 | 157 | Title="{helpers:ResourceString Name=InvalidPath}" |
|
257 | 255 | <Setter Target="IDENameTextBox.Width" Value="300" /> |
258 | 256 | <Setter Target="IDENameTextBox.HorizontalAlignment" Value="Left" /> |
259 | 257 | <Setter Target="IDENameTextBox.(Grid.ColumnSpan)" Value="2" /> |
260 | | - <Setter Target="PickIDEExe.(Grid.Column)" Value="1" /> |
261 | | - <Setter Target="PickIDEExe.(Grid.Row)" Value="0" /> |
262 | 258 | <Setter Target="IDEPathGrid.Spacing" Value="8" /> |
263 | 259 | <Setter Target="IDEPathGrid.Orientation" Value="Horizontal" /> |
264 | 260 | </VisualState.Setters> |
|
271 | 267 | <Setter Target="IDENameTextBox.Width" Value="Auto" /> |
272 | 268 | <Setter Target="IDENameTextBox.HorizontalAlignment" Value="Stretch" /> |
273 | 269 | <Setter Target="IDENameTextBox.(Grid.ColumnSpan)" Value="3" /> |
274 | | - <Setter Target="PickIDEExe.(Grid.Column)" Value="3" /> |
275 | | - <Setter Target="PickIDEExe.(Grid.Row)" Value="1" /> |
276 | 270 | <Setter Target="IDEPathGrid.Spacing" Value="12" /> |
277 | 271 | <Setter Target="IDEPathGrid.Orientation" Value="Vertical" /> |
278 | 272 | </VisualState.Setters> |
|
0 commit comments