mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
style(Dashboard): move configuration from left to right
This commit is contained in:
parent
11b9c8ac09
commit
5f34f968d7
1 changed files with 6 additions and 6 deletions
|
@ -53,12 +53,6 @@
|
||||||
<Label Content="Explore"/>
|
<Label Content="Explore"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Button>
|
</Button>
|
||||||
<Button Click="OpenConfigure" Margin="4,0,0,0" ToolTip="Configure This Repository">
|
|
||||||
<StackPanel Orientation="Horizontal">
|
|
||||||
<Path Style="{StaticResource Style.Icon}" Data="{StaticResource Icon.Setting}"/>
|
|
||||||
<Label Content="Configure"/>
|
|
||||||
</StackPanel>
|
|
||||||
</Button>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<!-- Common Git Options -->
|
<!-- Common Git Options -->
|
||||||
|
@ -97,6 +91,12 @@
|
||||||
|
|
||||||
<!-- External Options -->
|
<!-- External Options -->
|
||||||
<StackPanel Grid.Column="2" Orientation="Horizontal" HorizontalAlignment="Right">
|
<StackPanel Grid.Column="2" Orientation="Horizontal" HorizontalAlignment="Right">
|
||||||
|
<Button Click="OpenConfigure" Margin="4,0,0,0" ToolTip="Configure This Repository">
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
|
<Path Style="{StaticResource Style.Icon}" Data="{StaticResource Icon.Setting}"/>
|
||||||
|
<Label Content="Configure"/>
|
||||||
|
</StackPanel>
|
||||||
|
</Button>
|
||||||
<Button Click="OpenSearch" Margin="4,0" ToolTip="Search Commit">
|
<Button Click="OpenSearch" Margin="4,0" ToolTip="Search Commit">
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<Path Style="{StaticResource Style.Icon}" Data="{StaticResource Icon.Search}"/>
|
<Path Style="{StaticResource Style.Icon}" Data="{StaticResource Icon.Search}"/>
|
||||||
|
|
Loading…
Reference in a new issue