File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 78
78
</TextBox >
79
79
<TextBlock Grid.Row=" 1" Grid.Column=" 2" VerticalAlignment =" Center" Margin =" 16 0 8 0" >OS</TextBlock >
80
80
<ComboBox Grid.Row=" 1" Grid.Column=" 3" materialDesign:HintAssist.Hint=" OS" >
81
- <ComboBoxItem >Andoid </ComboBoxItem >
81
+ <ComboBoxItem >Android </ComboBoxItem >
82
82
<ComboBoxItem >iOS</ComboBoxItem >
83
83
<ComboBoxItem >Linux</ComboBoxItem >
84
84
<ComboBoxItem >Windows</ComboBoxItem >
115
115
<TextBox Grid.Row=" 4" Grid.Column=" 1" materialDesign:HintAssist.Hint=" Floating Hint"
116
116
Style =" {StaticResource MaterialDesignFloatingHintTextBox}" />
117
117
<ComboBox Grid.Row=" 4" Grid.Column=" 3" materialDesign:HintAssist.Hint=" OS" Style =" {StaticResource MaterialDesignFloatingHintComboBox}" >
118
- <ComboBoxItem >Andoid</ComboBoxItem >
118
+ <ComboBoxItem />
119
+ <ComboBoxItem >Android</ComboBoxItem >
119
120
<ComboBoxItem >iOS</ComboBoxItem >
120
121
<ComboBoxItem >Linux</ComboBoxItem >
121
122
<ComboBoxItem >Windows</ComboBoxItem >
You can’t perform that action at this time.
0 commit comments