Skip to content

Commit 76032fb

Browse files
committed
Made items in peg ListView lightGray
1 parent ef9a44e commit 76032fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codebreaker.WPF/Views/Templates/CodeBreakerTemplates.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<conv:IntToEnumerableConverter x:Key="IntToEnumerableConverter" />-->
1010

1111
<DataTemplate x:Key="PegsTemplate">
12-
<Grid Background="Transparent">
12+
<Grid Background="LightGray">
1313
<Grid.ColumnDefinitions>
1414
<ColumnDefinition Width="auto" />
1515
<ColumnDefinition Width="auto" />

0 commit comments

Comments
 (0)