Skip to content

Commit 934e103

Browse files
Keboopunker76
authored andcommitted
Fixing duplicate key
1 parent 1bb1508 commit 934e103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/TextFields.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
</smtx:XamlDisplay>
374374

375375
<TextBlock Grid.Row="16" Grid.Column="1" Grid.ColumnSpan="3" Style="{StaticResource MaterialDesignHeadlineTextBlock}" Margin="0,32,0,16">Password field box</TextBlock>
376-
<smtx:XamlDisplay Key="fields_27" Grid.Row="17" Grid.Column="1" Grid.RowSpan="2" Grid.ColumnSpan="3">
376+
<smtx:XamlDisplay Key="fields_28" Grid.Row="17" Grid.Column="1" Grid.RowSpan="2" Grid.ColumnSpan="3">
377377
<StackPanel>
378378
<CheckBox x:Name="MaterialDesignPasswordFieldBoxPasswordBoxEnabledComboBox"
379379
IsChecked="True" Margin="0,0,0,8">Enabled</CheckBox>

0 commit comments

Comments
 (0)