File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 147
147
</ToggleButton >
148
148
</StackPanel >
149
149
<StackPanel Grid.Row=" 6" Margin =" 0 16 0 0" Orientation =" Horizontal" >
150
- <RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center" IsChecked =" True"
151
- IsEnabled =" False" >
150
+ <RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center" IsChecked =" True" >
152
151
Radio
153
152
</RadioButton >
154
153
<RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center" >
155
154
Ga Ga
156
155
</RadioButton >
156
+ <RadioButton Style =" {StaticResource MaterialDesignRadioButton}" Margin =" 0 0 8 8" VerticalAlignment =" Center"
157
+ IsEnabled =" False" >
158
+ Disabled
159
+ </RadioButton >
157
160
<CheckBox Style =" {StaticResource MaterialDesignCheckBox}" Margin =" 0 0 8 8" VerticalAlignment =" Center" >
158
161
Check
159
162
</CheckBox >
160
163
<CheckBox Style =" {StaticResource MaterialDesignCheckBox}" Margin =" 0 0 8 8" VerticalAlignment =" Center" IsChecked =" True" >
161
164
Mate
162
165
</CheckBox >
166
+ <CheckBox Style =" {StaticResource MaterialDesignCheckBox}" Margin =" 0 0 8 8" VerticalAlignment =" Center"
167
+ IsEnabled =" False" >
168
+ Disabled
169
+ </CheckBox >
163
170
</StackPanel >
164
171
<StackPanel Grid.Row=" 7" Margin =" 0 16 0 0" Orientation =" Horizontal" >
165
172
<ToggleButton Style =" {StaticResource MaterialDesignSwitchToggleButton}" VerticalAlignment =" Center" />
Original file line number Diff line number Diff line change 176
176
Mode =" PrimaryMid" DockPanel.Dock=" Top" >
177
177
<DockPanel >
178
178
<ToggleButton Style =" {StaticResource MaterialDesignHamburgerToggleButton}" IsChecked =" False"
179
- IsEnabled =" False"
180
179
x : Name =" MenuToggleButton" />
181
180
<materialDesign : PopupBox DockPanel.Dock=" Right" PlacementMode =" BottomAndAlignRightEdges" >
182
181
<StackPanel >
You can’t perform that action at this time.
0 commit comments