|
174 | 174 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
175 | 175 | Orientation="Horizontal">
|
176 | 176 | <TextBox
|
177 |
| - MinWidth="{StaticResource SettingPanelTextBlockMinWidth}" |
| 177 | + MinWidth="{StaticResource SettingPanelPathTextBlockMinWidth}" |
178 | 178 | HorizontalAlignment="Left"
|
179 | 179 | VerticalAlignment="Center"
|
180 | 180 | Text="{Binding FileEditorPath}"
|
181 | 181 | TextWrapping="NoWrap" />
|
182 | 182 | <Button
|
183 |
| - MinWidth="45" |
184 | 183 | Margin="{StaticResource SettingPanelItemLeftMargin}"
|
185 | 184 | HorizontalAlignment="Left"
|
186 | 185 | VerticalAlignment="Center"
|
187 | 186 | Command="{Binding OpenFileEditorPath}"
|
188 |
| - Content="..." /> |
| 187 | + Content="{DynamicResource select}" /> |
189 | 188 | </StackPanel>
|
190 | 189 |
|
191 | 190 | <TextBlock
|
|
201 | 200 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
202 | 201 | Orientation="Horizontal">
|
203 | 202 | <TextBox
|
204 |
| - MinWidth="{StaticResource SettingPanelTextBlockMinWidth}" |
| 203 | + MinWidth="{StaticResource SettingPanelPathTextBlockMinWidth}" |
205 | 204 | HorizontalAlignment="Left"
|
206 | 205 | VerticalAlignment="Center"
|
207 | 206 | Text="{Binding FolderEditorPath}"
|
208 | 207 | TextWrapping="NoWrap" />
|
209 | 208 | <Button
|
210 |
| - MinWidth="45" |
211 | 209 | Margin="{StaticResource SettingPanelItemLeftMargin}"
|
212 | 210 | HorizontalAlignment="Left"
|
213 | 211 | VerticalAlignment="Center"
|
214 | 212 | Command="{Binding OpenFolderEditorPath}"
|
215 |
| - Content="..." /> |
| 213 | + Content="{DynamicResource select}" /> |
216 | 214 | </StackPanel>
|
217 | 215 |
|
218 | 216 | <TextBlock
|
|
228 | 226 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
229 | 227 | Orientation="Horizontal">
|
230 | 228 | <TextBox
|
231 |
| - MinWidth="{StaticResource SettingPanelTextBlockMinWidth}" |
| 229 | + MinWidth="{StaticResource SettingPanelPathTextBlockMinWidth}" |
232 | 230 | HorizontalAlignment="Left"
|
233 | 231 | VerticalAlignment="Center"
|
234 | 232 | Text="{Binding ShellPath}"
|
235 | 233 | TextWrapping="NoWrap" />
|
236 | 234 | <Button
|
237 |
| - MinWidth="45" |
238 | 235 | Margin="{StaticResource SettingPanelItemLeftMargin}"
|
239 | 236 | HorizontalAlignment="Left"
|
240 | 237 | VerticalAlignment="Center"
|
241 | 238 | Command="{Binding OpenShellPath}"
|
242 |
| - Content="..." /> |
| 239 | + Content="{DynamicResource select}" /> |
243 | 240 | </StackPanel>
|
244 | 241 |
|
245 | 242 | <TextBlock
|
|
0 commit comments