Unify primary action button styling and ticket button placement
This commit is contained in:
@@ -1117,9 +1117,8 @@ namespace C4IT_CustomerPanel
|
||||
btn.Content = pair.Value;
|
||||
btn.Width = 320;
|
||||
btn.Height = 40;
|
||||
btn.FontSize = 18;
|
||||
//btn.Background = ConfigSettings.GetInactiveButtonColor();
|
||||
btn.Style = FindResource("ButtonStyle") as Style;
|
||||
btn.FontSize = 16;
|
||||
btn.Style = FindResource("PrimaryActionButtonStyle") as Style;
|
||||
btn.Margin = new Thickness(15, 10, 0, 0);
|
||||
btn.PreviewMouseDown += OnCustomButtonClick;
|
||||
CustomLinksCtrl.AddLink(btn);
|
||||
|
||||
Reference in New Issue
Block a user