Align positioning grid for information, portal, and custom links tabs

This commit is contained in:
Meik
2026-03-05 10:37:10 +01:00
parent 5c382ffa66
commit 6e40a6833f
3 changed files with 33 additions and 23 deletions

View File

@@ -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"