Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7cbf39e

Browse files
committed
Bump margin for PromptTextBox field
Make it look a little more centered if it's a single line text field
1 parent 7a334de commit 7cbf39e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestCreationView.xaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</Border>
155155
</Border>
156156

157-
<Grid Margin="1,0,0,0">
157+
<Grid Margin="1,2,0,0">
158158
<ScrollViewer x:Name="PART_ContentHost" Padding="{TemplateBinding Padding}" Focusable="false" HorizontalScrollBarVisibility="Hidden" VerticalScrollBarVisibility="Hidden" VerticalAlignment="Top" Margin="0"/>
159159
<Label x:Name="PromptLabel" HorizontalAlignment="Left"
160160
Foreground="{DynamicResource GitHubVsGrayText}"
@@ -182,9 +182,7 @@
182182
<Setter Property="Foreground" Value="Transparent" />
183183
</DataTrigger>
184184
</ControlTemplate.Triggers>
185-
186185
</ControlTemplate>
187-
188186
</Setter.Value>
189187
</Setter>
190188
</Style>

0 commit comments

Comments
 (0)