mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 10:55:00 +00:00
ux: adjust column width in welcome view for better layout (#1202)
This commit is contained in:
parent
fa44fa773c
commit
1341fe9c83
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@
|
|||
<Grid RowDefinitions="*,36">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="1*"/>
|
||||
<ColumnDefinition Width="2*" MinWidth="600"/>
|
||||
<ColumnDefinition Width="4*" MinWidth="600"/>
|
||||
<ColumnDefinition Width="1*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
|
||||
<!-- Managed Repositories -->
|
||||
<Grid Grid.Row="0" Grid.Column="1" Margin="8" RowDefinitions="Auto,*">
|
||||
<!-- Search Box -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue