diff --git a/UserControls/ComputerInformation.xaml.cs b/UserControls/ComputerInformation.xaml.cs index 20db5ed..f9623b9 100644 --- a/UserControls/ComputerInformation.xaml.cs +++ b/UserControls/ComputerInformation.xaml.cs @@ -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 diff --git a/UserControls/CustomProgressBar.xaml b/UserControls/CustomProgressBar.xaml index ef80ccf..cd8bf66 100644 --- a/UserControls/CustomProgressBar.xaml +++ b/UserControls/CustomProgressBar.xaml @@ -15,6 +15,7 @@ Width="100" HorizontalAlignment="Left" CornerRadius="8" - Background="{DynamicResource accentColor}" /> + Opacity="0.88" + Background="{DynamicResource activeButtonColor}" />