"gelbe" korrektur, nix großes
This commit is contained in:
parent
b35e90fc20
commit
68cf1e01db
@ -87,7 +87,7 @@ namespace Project_Periodensystem.View
|
|||||||
CornerRadius = new CornerRadius(4),
|
CornerRadius = new CornerRadius(4),
|
||||||
BorderThickness = new Thickness(1),
|
BorderThickness = new Thickness(1),
|
||||||
BorderBrush = new SolidColorBrush(Colors.Gray),
|
BorderBrush = new SolidColorBrush(Colors.Gray),
|
||||||
Background = converter.Convert(element.Series, typeof(IBrush), null, CultureInfo.CurrentCulture) as IBrush // Hier wird die Farbe gesetzt
|
Background = converter.Convert(element.Series, typeof(IBrush), null!, CultureInfo.CurrentCulture) as IBrush // Hier wird die Farbe gesetzt
|
||||||
};
|
};
|
||||||
|
|
||||||
var stackPanel = new StackPanel();
|
var stackPanel = new StackPanel();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user