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

Commit 50fa9c2

Browse files
committed
Bump margins again
1 parent 940133a commit 50fa9c2

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

src/GitHub.VisualStudio/SharedDictionary.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@
5858
</Setter.Value>
5959
</Setter>
6060
</Style>
61-
6261
</ResourceDictionary>

src/GitHub.VisualStudio/UI/Views/Controls/PullRequestListItem.xaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
Grid.Row="0"
3232
Grid.RowSpan="2"
3333
Grid.Column="0"
34-
Width="32"
35-
Height="32"
34+
Width="30"
35+
Height="30"
3636
Margin="0,0,10,0"
3737
RenderOptions.BitmapScalingMode="HighQuality"
3838
VerticalAlignment="Top"
@@ -45,9 +45,9 @@
4545
FontFamily="Segoe UI"
4646
FontSize="14"
4747
Foreground="{DynamicResource GitHubVsToolWindowText}"
48-
LineHeight="20"
48+
LineHeight="18"
4949
LineStackingStrategy="BlockLineHeight"
50-
Margin="0,-5,10,0"
50+
Margin="0,-3,10,2"
5151
Text="{Binding Title}"
5252
TextWrapping="WrapWithOverflow" />
5353
<ui:OcticonImage x:Name="comment_icon"
@@ -120,13 +120,12 @@
120120
Content="{Binding Number}"
121121
FontFamily="Segoe UI"
122122
FontSize="12"
123-
Margin="0,3,0,0"
124123
Style="{StaticResource HashtagActionLink}" />
125124
<TextBlock x:Name="description"
126125
Grid.Column="1"
127126
FontFamily="Segoe UI"
128127
FontSize="12"
129-
Margin="0,3,10,0"
128+
Margin="0,0,10,0"
130129
Foreground="{DynamicResource GitHubVsGrayText}">
131130
<TextBlock.Text>
132131
<MultiBinding StringFormat="{} {0} {1} {2} {3}">

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<Style x:Key="PullRequestListItemContainerStyle" TargetType="{x:Type ListViewItem}">
3636
<Setter Property="SnapsToDevicePixels" Value="True" />
37-
<Setter Property="Margin" Value="0,8" />
37+
<Setter Property="Margin" Value="0,0,0,15" />
3838
<Setter Property="Padding" Value="1" />
3939

4040
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
@@ -144,7 +144,7 @@
144144

145145
<DockPanel Margin="6,0,6,0">
146146

147-
<Grid Margin="0,0,0,4" DockPanel.Dock="Top">
147+
<Grid Margin="0,0,0,10" DockPanel.Dock="Top">
148148
<Grid.ColumnDefinitions>
149149
<ColumnDefinition Width="Auto" />
150150
<ColumnDefinition Width="*" />
@@ -153,7 +153,7 @@
153153
<WrapPanel Grid.Column="0" HorizontalAlignment="Stretch">
154154

155155
<ui:GitHubActionLink x:Name="stateSelection"
156-
Margin="5,0,0,0"
156+
Margin="5,0"
157157
VerticalAlignment="Center"
158158
Content="{Binding SelectedState}"
159159
HasDropDown="True" />
@@ -183,7 +183,7 @@
183183
<Separator Margin="3,0,3,0" Style="{StaticResource VerticalSeparator}" />
184184

185185
<ui:GitHubActionLink x:Name="assigneeSelection"
186-
Margin="5,0,0,0"
186+
Margin="10,0"
187187
VerticalAlignment="Center"
188188
Content="{Binding SelectedAssignee,
189189
Converter={ui:DefaultValueConverter},
@@ -230,7 +230,7 @@
230230
<Separator Margin="3,0,3,0" Style="{StaticResource VerticalSeparator}" />
231231

232232
<ui:GitHubActionLink x:Name="authorSelection"
233-
Margin="5,0,0,0"
233+
Margin="5,0"
234234
VerticalAlignment="Center"
235235
Content="{Binding SelectedAuthor,
236236
Converter={ui:DefaultValueConverter},

0 commit comments

Comments
 (0)