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 100100 Width=" 300"
101101 HorizontalAlignment=" Left"
102102 VerticalAlignment=" Center"
103+ Header=" {helpers:ResourceString Name=Name}"
103104 PlaceholderText=" {helpers:ResourceString Name=Name}"
104105 Text=" {x:Bind ViewModel.IDEName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
105106 Visibility=" {x:Bind ViewModel.IsEditingIDEConfig, Converter={StaticResource BoolVisibilityConverter}, Mode=OneWay}" >
112113 PreferredPlacement=" Bottom"
113114 Target=" {x:Bind IDENameTextBox}" />
114115 </TextBox .Resources>
115- <TextBox .Header>
116- <TextBlock Text =" {helpers:ResourceString Name=Name}" />
117- </TextBox .Header>
118116 </TextBox >
119117
120118 <!-- IDE Path -->
149147 x:Name=" IDEPathTextBox"
150148 Width=" 300"
151149 VerticalAlignment=" Center"
150+ Header=" {helpers:ResourceString Name=PathOrAlias}"
152151 PlaceholderText=" {helpers:ResourceString Name=IDEPathPlaceholder}"
153152 Text=" {x:Bind ViewModel.IDEPath, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" >
154153 <TextBox .Resources>
161160 PreferredPlacement=" Bottom"
162161 Target=" {x:Bind IDEPathTextBox}" />
163162 </TextBox .Resources>
164- <TextBox .Header>
165- <TextBlock Text =" {helpers:ResourceString Name=PathOrAlias}" />
166- </TextBox .Header>
167163 </TextBox >
168164
169165 <SplitButton
You can’t perform that action at this time.
0 commit comments