git.lucas.co / cce-color-editor
color picker and palette editor
git clone https://git.lucas.co/cce-color-editor.git

commitf2b402ee944abb2bda93de6b1db2b015c14ba726
parenta907d5dd09
authorLucas Galante <[email protected]>
date2026-06-28 07:03
Remove manual backplate corner radius assignments

 src/main.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 843b768..4a9037b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -504,7 +504,6 @@ impl ColorApp {
 
         // 1. Setup root window
         self.root_window.set_rect(0.0, 0.0, self.width as f32, self.height as f32);
-        self.root_window.radius = cce_ui::color::backplate_corner_radius();
         self.root_window.background_color = Some(cce_ui::color::page_low_color());
 
         self.root_window.clear_children(&mut self.ui_context);