mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style(Launcher): offset for first tab in title bar
This commit is contained in:
parent
41a66c67b5
commit
036a4cb3d5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
<StackPanel Orientation="Horizontal"
|
<StackPanel Orientation="Horizontal"
|
||||||
x:Name="HeaderPanel"
|
x:Name="HeaderPanel"
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
Margin="4,4,0,0"
|
Margin="6,4,0,0"
|
||||||
IsItemsHost="True"
|
IsItemsHost="True"
|
||||||
KeyboardNavigation.TabIndex="1"
|
KeyboardNavigation.TabIndex="1"
|
||||||
Background="Transparent" />
|
Background="Transparent" />
|
||||||
|
|
Loading…
Reference in a new issue