зеркало из https://github.com/github/VisualStudio.git
Merge pull request #1845 from github/fixes/1777-single-line-description
Make publish repository description only accept a single line
This commit is contained in:
Коммит
6e092aa14d
|
@ -115,16 +115,16 @@
|
|||
|
||||
<Grid>
|
||||
<ghfvs:PromptTextBox x:Name="description"
|
||||
Height="52"
|
||||
Height="23"
|
||||
Margin="0,8,0,0"
|
||||
AcceptsReturn="True"
|
||||
Background="{DynamicResource GitHubVsSearchBoxBackground}"
|
||||
Foreground="{DynamicResource GitHubVsWindowText}"
|
||||
Text="{Binding Description}"
|
||||
TextWrapping="WrapWithOverflow"
|
||||
PromptText="{x:Static prop:Resources.DescriptionOptional}"
|
||||
SpellCheck.IsEnabled="True"
|
||||
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.TeamExplorerPublishRepositoryDescriptionTextBox}" />
|
||||
AutomationProperties.AutomationId="{x:Static ghfvs:AutomationIDs.TeamExplorerPublishRepositoryDescriptionTextBox}"
|
||||
VerticalContentAlignment="Center" />
|
||||
</Grid>
|
||||
|
||||
<CheckBox x:Name="makePrivate"
|
||||
|
|
Загрузка…
Ссылка в новой задаче