File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 9898 Grid.ColumnSpan=" 3"
9999 HorizontalAlignment=" Stretch"
100100 VerticalAlignment=" Center"
101+ Header=" {helpers:ResourceString Name=Name}"
101102 PlaceholderText=" {helpers:ResourceString Name=Name}"
102103 Text=" {x:Bind ViewModel.IDEName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
103104 Visibility=" {x:Bind ViewModel.IsEditingIDEConfig, Converter={StaticResource BoolVisibilityConverter}, Mode=OneWay}" >
110111 PreferredPlacement=" Bottom"
111112 Target=" {x:Bind IDENameTextBox}" />
112113 </TextBox .Resources>
113- <TextBox .Header>
114- <TextBlock Text =" {helpers:ResourceString Name=Name}" />
115- </TextBox .Header>
116114 </TextBox >
117115
118116 <!-- IDE Path -->
147145 x:Name=" IDEPathTextBox"
148146 HorizontalAlignment=" Stretch"
149147 VerticalAlignment=" Center"
148+ Header=" {helpers:ResourceString Name=PathOrAlias}"
150149 PlaceholderText=" {helpers:ResourceString Name=IDEPathPlaceholder}"
151150 Text=" {x:Bind ViewModel.IDEPath, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" >
152151 <TextBox .Resources>
159158 PreferredPlacement=" Bottom"
160159 Target=" {x:Bind IDEPathTextBox}" />
161160 </TextBox .Resources>
162- <TextBox .Header>
163- <TextBlock Text =" {helpers:ResourceString Name=PathOrAlias}" />
164- </TextBox .Header>
165161 </TextBox >
166162
167163 <SplitButton
You can’t perform that action at this time.
0 commit comments