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

Commit ebb8973

Browse files
donokudagrokys
authored andcommitted
Tweak margins and paddings for dropdown triangle
1 parent 4e55acf commit ebb8973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.VisualStudio.UI/Styles/SectionControl.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<ToggleButton Grid.Column="0" Grid.Row="0"
2424
IsChecked="{Binding IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
2525
VerticalAlignment="Stretch"
26-
Width="16">
26+
Margin="0 0 4 0"
27+
Width="10">
2728
<ToggleButton.Template>
2829
<ControlTemplate TargetType="ToggleButton">
2930
<Border Background="Transparent">

0 commit comments

Comments
 (0)