From a86ec5a7492e3b45a145bbabcc34e752f118e26d Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 5 Dec 2022 17:38:38 +0100 Subject: [PATCH] Remove extra separator in color test --- crates/egui_demo_lib/src/color_test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/egui_demo_lib/src/color_test.rs b/crates/egui_demo_lib/src/color_test.rs index 5ce2af46..a68466ea 100644 --- a/crates/egui_demo_lib/src/color_test.rs +++ b/crates/egui_demo_lib/src/color_test.rs @@ -98,7 +98,6 @@ impl ColorTest { // TODO(emilk): test color multiplication (image tint), // to make sure vertex and texture color multiplication is done in linear space. - ui.separator(); ui.label("Gamma interpolation:"); self.show_gradients(ui, WHITE, (RED, GREEN), Interpolation::Gamma);