mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-22 19:04:59 +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,7 +11,7 @@
|
||||||
<Grid RowDefinitions="*,36">
|
<Grid RowDefinitions="*,36">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="1*"/>
|
<ColumnDefinition Width="1*"/>
|
||||||
<ColumnDefinition Width="2*" MinWidth="600"/>
|
<ColumnDefinition Width="4*" MinWidth="600"/>
|
||||||
<ColumnDefinition Width="1*"/>
|
<ColumnDefinition Width="1*"/>
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue