Remove accidentally commited test code
This commit is contained in:
parent
9c8a3a994f
commit
552104429d
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@ impl Widgets {
|
|||
pub fn ui(&mut self, ui: &mut Ui) {
|
||||
ui.add(crate::__egui_github_link_file_line!());
|
||||
|
||||
ui.checkbox(&mut self.button_enabled, "Use Cloud for training");
|
||||
ui.text_edit_singleline(&mut self.single_line_text_input);
|
||||
|
||||
ui.horizontal(|ui| {
|
||||
ui.style_mut().spacing.item_spacing.x = 0.0;
|
||||
ui.add(Label::new("Text can have ").text_color(srgba(110, 255, 110, 255)));
|
||||
|
|
Loading…
Reference in a new issue