Align positioning grid for information, portal, and custom links tabs
This commit is contained in:
@@ -77,8 +77,9 @@
|
||||
<!--ComputerInformation-->
|
||||
<Grid x:Name="GridInfo" x:FieldModifier="private"
|
||||
Width="500"
|
||||
Canvas.Left="512"
|
||||
Canvas.Top="10">
|
||||
Height="560"
|
||||
Canvas.Left="0"
|
||||
Canvas.Top="0">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="100*" />
|
||||
<ColumnDefinition Width="185*" />
|
||||
@@ -87,14 +88,14 @@
|
||||
<ColumnDefinition Width="30*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="56" />
|
||||
<RowDefinition Height="72" />
|
||||
<RowDefinition Height="72" />
|
||||
<RowDefinition Height="72" />
|
||||
<RowDefinition Height="72" />
|
||||
<RowDefinition Height="72" />
|
||||
<RowDefinition Height="72" />
|
||||
<RowDefinition Height="72" />
|
||||
</Grid.RowDefinitions>
|
||||
<Canvas Grid.Column="1"
|
||||
Grid.ColumnSpan="3"
|
||||
|
||||
Reference in New Issue
Block a user