Skip to content

Commit 86ef543

Browse files
committed
move search bar up by 12 pixels
1 parent cb5cfc0 commit 86ef543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VisualStudio/Core/Def/EditorConfigSettings/SettingsEditorControl.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Grid.RowDefinitions>
2626
<TabControl x:Name="SettingsEditorTabs"
2727
Grid.Row="0"
28-
Margin="0,20,0,12"
28+
Margin="0,20,0,0"
2929
IsSynchronizedWithCurrentItem="False"
3030
TabStripPlacement="Top"
3131
SelectionChanged="TabsSettingsEditor_SelectionChanged">

0 commit comments

Comments
 (0)