This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
src/GitHub.VisualStudio/UI/Views/Controls
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 103
103
</Grid .RowDefinitions>
104
104
105
105
<Label Grid.Column=" 0" Grid.Row=" 0" Target =" {Binding ElementName=nameText}" Content =" {x:Static prop:Resources.nameText}" />
106
- <ui : PromptTextBox x : Name =" nameText" Grid.Column=" 1" Grid.Row=" 0" MaxLength =" {x:Static GitHub:Constants.MaxRepositoryNameLength}" Text = " {Binding RepositoryName, UpdateSourceTrigger=PropertyChanged} " />
106
+ <ui : PromptTextBox x : Name =" nameText" Grid.Column=" 1" Grid.Row=" 0" MaxLength =" {x:Static GitHub:Constants.MaxRepositoryNameLength}" />
107
107
108
108
<StackPanel Grid.Column=" 1" Grid.Row=" 1" >
109
109
<uirx : ValidationMessage
121
121
<Label Grid.Column=" 0" Grid.Row=" 2" Target =" {Binding ElementName=description}" Content =" {x:Static prop:Resources.descriptionText}" />
122
122
<ui : PromptTextBox x : Name =" description" Grid.Column=" 1" Grid.Row=" 2" />
123
123
124
- <Label Grid.Column=" 0" Grid.Row=" 3" Target =" {Binding ElementName=localPathText, UpdateSourceTrigger=PropertyChanged }" Content =" {x:Static prop:Resources.localPathText}" />
124
+ <Label Grid.Column=" 0" Grid.Row=" 3" Target =" {Binding ElementName=localPathText}" Content =" {x:Static prop:Resources.localPathText}" />
125
125
<Grid Grid.Column=" 1" Grid.Row=" 3" >
126
126
127
127
<Grid .ColumnDefinitions>
128
128
<ColumnDefinition Width =" *" />
129
129
<ColumnDefinition Width =" Auto" />
130
130
</Grid .ColumnDefinitions>
131
131
132
- <ui : PromptTextBox x : Name =" localPathText" Grid.Column=" 0" Grid.Row=" 0" Text = " {Binding BaseRepositoryPath, UpdateSourceTrigger=PropertyChanged} " />
132
+ <ui : PromptTextBox x : Name =" localPathText" Grid.Column=" 0" Grid.Row=" 0" />
133
133
<Button
134
134
x : Name =" browsePathButton"
135
135
Grid.Column=" 1"
You can’t perform that action at this time.
0 commit comments