mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
style(Launcher): nothing changed
This commit is contained in:
parent
a86f8cd463
commit
861ed8bdb6
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Window Layout -->
|
<!-- Window Layout -->
|
||||||
<Border Background="{StaticResource Brush.BG1}">
|
<Border>
|
||||||
|
|
||||||
<!-- Fix Maximize BUG -->
|
<!-- Fix Maximize BUG -->
|
||||||
<Border.Style>
|
<Border.Style>
|
||||||
|
@ -35,13 +35,13 @@
|
||||||
</Border.Style>
|
</Border.Style>
|
||||||
|
|
||||||
<!-- Window Content -->
|
<!-- Window Content -->
|
||||||
<Grid Background="{StaticResource Brush.BG6}">
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="32"/>
|
<RowDefinition Height="32"/>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="*"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
|
||||||
<Grid Grid.Row="0">
|
<Grid Grid.Row="0" Background="{StaticResource Brush.BG6}">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition x:Name="openedTabsColumn" Width="*"/>
|
<ColumnDefinition x:Name="openedTabsColumn" Width="*"/>
|
||||||
<ColumnDefinition Width="32"/>
|
<ColumnDefinition Width="32"/>
|
||||||
|
|
Loading…
Reference in a new issue