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 7878 </TextBox >
7979 <TextBlock Grid.Row=" 1" Grid.Column=" 2" VerticalAlignment =" Center" Margin =" 16 0 8 0" >OS</TextBlock >
8080 <ComboBox Grid.Row=" 1" Grid.Column=" 3" materialDesign:HintAssist.Hint=" OS" >
81- <ComboBoxItem >Andoid </ComboBoxItem >
81+ <ComboBoxItem >Android </ComboBoxItem >
8282 <ComboBoxItem >iOS</ComboBoxItem >
8383 <ComboBoxItem >Linux</ComboBoxItem >
8484 <ComboBoxItem >Windows</ComboBoxItem >
115115 <TextBox Grid.Row=" 4" Grid.Column=" 1" materialDesign:HintAssist.Hint=" Floating Hint"
116116 Style =" {StaticResource MaterialDesignFloatingHintTextBox}" />
117117 <ComboBox Grid.Row=" 4" Grid.Column=" 3" materialDesign:HintAssist.Hint=" OS" Style =" {StaticResource MaterialDesignFloatingHintComboBox}" >
118- <ComboBoxItem >Andoid</ComboBoxItem >
118+ <ComboBoxItem />
119+ <ComboBoxItem >Android</ComboBoxItem >
119120 <ComboBoxItem >iOS</ComboBoxItem >
120121 <ComboBoxItem >Linux</ComboBoxItem >
121122 <ComboBoxItem >Windows</ComboBoxItem >
You can’t perform that action at this time.
0 commit comments