Polish UI alignment, navigation, info layout, and localization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user