Polish UI alignment, navigation, info layout, and localization

This commit is contained in:
Meik
2026-03-05 13:39:19 +01:00
parent 041e3abf76
commit 3432166a8e
9 changed files with 111 additions and 41 deletions

View File

@@ -183,8 +183,12 @@ namespace C4IT_CustomerPanel.UserControls
Label lb = new Label
{
HorizontalAlignment = HorizontalAlignment.Stretch,
VerticalAlignment = VerticalAlignment.Center,
HorizontalContentAlignment = HorizontalAlignment.Center,
VerticalContentAlignment = VerticalAlignment.Center,
FontSize = 11,
Height = 20,
Margin = new Thickness(0),
Padding = new Thickness(2, 0, 2, 0)
};
StackPanel sp = new StackPanel