mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
style<Dashboard>: style for splitter between TAGS and SUBMOUDLES
This commit is contained in:
parent
8292cc9e85
commit
d248394e42
1 changed files with 5 additions and 4 deletions
|
@ -131,8 +131,8 @@
|
||||||
<RowDefinition Height="24"/>
|
<RowDefinition Height="24"/>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="*"/>
|
||||||
<RowDefinition Height="24"/>
|
<RowDefinition Height="24"/>
|
||||||
<RowDefinition Height="1"/>
|
|
||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
|
<RowDefinition Height="1"/>
|
||||||
<RowDefinition Height="24"/>
|
<RowDefinition Height="24"/>
|
||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
@ -372,9 +372,8 @@
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
<Rectangle Grid.Row="7" Height="1" Fill="{StaticResource Brush.BG3}"/>
|
|
||||||
<DataGrid
|
<DataGrid
|
||||||
Grid.Row="8"
|
Grid.Row="7"
|
||||||
x:Name="tagList"
|
x:Name="tagList"
|
||||||
Visibility="{Binding ElementName=tagListToggle, Path=IsChecked, Converter={StaticResource Bool2Collapsed}}"
|
Visibility="{Binding ElementName=tagListToggle, Path=IsChecked, Converter={StaticResource Bool2Collapsed}}"
|
||||||
Background="{StaticResource Brush.BG3}"
|
Background="{StaticResource Brush.BG3}"
|
||||||
|
@ -421,6 +420,8 @@
|
||||||
</DataGrid.Columns>
|
</DataGrid.Columns>
|
||||||
</DataGrid>
|
</DataGrid>
|
||||||
|
|
||||||
|
<Rectangle Grid.Row="8" Fill="{StaticResource Brush.BG1}" Height="1"/>
|
||||||
|
|
||||||
<!-- SUBMODULES -->
|
<!-- SUBMODULES -->
|
||||||
<ToggleButton
|
<ToggleButton
|
||||||
x:Name="submoduleListToggle"
|
x:Name="submoduleListToggle"
|
||||||
|
@ -445,7 +446,7 @@
|
||||||
</Grid>
|
</Grid>
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
<DataGrid
|
<DataGrid
|
||||||
Grid.Row="11"
|
Grid.Row="10"
|
||||||
x:Name="submoduleList"
|
x:Name="submoduleList"
|
||||||
Visibility="{Binding ElementName=submoduleListToggle, Path=IsChecked, Converter={StaticResource Bool2Collapsed}}"
|
Visibility="{Binding ElementName=submoduleListToggle, Path=IsChecked, Converter={StaticResource Bool2Collapsed}}"
|
||||||
Background="{StaticResource Brush.BG3}"
|
Background="{StaticResource Brush.BG3}"
|
||||||
|
|
Loading…
Reference in a new issue