fix(ui): restore listitem typography and info tab icon/label sizing

This commit is contained in:
Meik
2026-03-05 18:30:44 +01:00
parent fa5b99b947
commit 3546a77892
4 changed files with 30 additions and 33 deletions

View File

@@ -79,13 +79,13 @@
<Style x:Key="InfoRowIconStyle"
TargetType="{x:Type Image}">
<Setter Property="Width"
Value="24" />
Value="48" />
<Setter Property="Height"
Value="24" />
Value="48" />
<Setter Property="Canvas.Left"
Value="0" />
<Setter Property="Canvas.Top"
Value="1" />
Value="0" />
</Style>
<Style x:Key="InfoRowLabelStyle"
@@ -93,36 +93,36 @@
<Setter Property="Foreground"
Value="{DynamicResource sectionTitleColor}" />
<Setter Property="FontSize"
Value="15" />
Value="16" />
<Setter Property="Padding"
Value="0" />
<Setter Property="Margin"
Value="0" />
<Setter Property="Height"
Value="20" />
Value="22" />
<Setter Property="VerticalContentAlignment"
Value="Center" />
<Setter Property="HorizontalContentAlignment"
Value="Left" />
<Setter Property="Canvas.Left"
Value="30" />
Value="40" />
<Setter Property="Canvas.Top"
Value="2" />
Value="10" />
</Style>
<Style x:Key="InfoRowValueStyle"
TargetType="{x:Type TextBox}"
BasedOn="{StaticResource InfoTextBoxStyle}">
<Setter Property="Width"
Value="310" />
Value="300" />
<Setter Property="Height"
Value="28" />
Value="25" />
<Setter Property="FontSize"
Value="15" />
Value="16" />
<Setter Property="Canvas.Left"
Value="12" />
Value="15" />
<Setter Property="Canvas.Top"
Value="21" />
Value="33" />
</Style>
<Style x:Key="InfoRowCopyStyle"
@@ -130,13 +130,13 @@
<Setter Property="Cursor"
Value="Hand" />
<Setter Property="Width"
Value="22" />
Value="28" />
<Setter Property="Height"
Value="22" />
Value="25" />
<Setter Property="Canvas.Left"
Value="325" />
Value="312" />
<Setter Property="Canvas.Top"
Value="24" />
Value="33" />
</Style>
</UserControl.Resources>
@@ -173,7 +173,7 @@
Canvas.Left="0"
Width="350">
<Canvas Width="350"
Height="50">
Height="60">
<Image Source="{DynamicResource appbar_monitor}"
Style="{StaticResource InfoRowIconStyle}"
x:Name="icoComputer_Inline"
@@ -196,7 +196,7 @@
</Canvas>
<Canvas Width="350"
Height="50">
Height="60">
<Image Source="{DynamicResource appbar_network}"
Style="{StaticResource InfoRowIconStyle}"
x:Name="icoNetwork_Inline"
@@ -219,7 +219,7 @@
</Canvas>
<Canvas Width="350"
Height="50"
Height="60"
x:Name="CanvasHostname"
x:FieldModifier="private">
<Image Source="{DynamicResource appbar_remotehost}"
@@ -244,7 +244,7 @@
</Canvas>
<Canvas Width="350"
Height="50">
Height="60">
<Image Source="{DynamicResource appbar_people}"
Style="{StaticResource InfoRowIconStyle}"
x:Name="icoUser_Inline"
@@ -268,7 +268,7 @@
</Canvas>
<Canvas Width="350"
Height="50">
Height="60">
<Image Source="{DynamicResource appbar_reset}"
Style="{StaticResource InfoRowIconStyle}"
x:Name="icoRestart_Inline"