File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 99 x : Class =" SourceGit.Views.Welcome"
1010 x : DataType =" vm:Welcome" >
1111 <Grid RowDefinitions =" *,36" >
12+ <Grid .ColumnDefinitions>
13+ <ColumnDefinition Width =" 1*" />
14+ <ColumnDefinition Width =" 2*" MinWidth =" 600" />
15+ <ColumnDefinition Width =" 1*" />
16+ </Grid .ColumnDefinitions>
17+
1218 <!-- Managed Repositories -->
13- <Grid Grid.Column= " 1 " MinWidth = " 600 " Margin =" 8" RowDefinitions =" Auto,*" HorizontalAlignment = " Center " >
19+ <Grid Grid.Row= " 0 " Grid.Column= " 1 " Margin =" 8" RowDefinitions =" Auto,*" >
1420 <!-- Search Box -->
1521 <TextBox Grid.Row=" 0"
1622 x : Name =" SearchBox"
154160 </Grid >
155161
156162 <!-- Tips -->
157- <TextBlock Grid.Row=" 1"
163+ <TextBlock Grid.Row=" 1" Grid.Column= " 1 "
158164 Classes =" italic"
159165 Margin =" 0,0,8,0"
160166 HorizontalAlignment =" Center" VerticalAlignment =" Center"
You can’t perform that action at this time.
0 commit comments