git.lucas.co / cce-graph
node-based graph editor
git clone https://git.lucas.co/cce-graph.git

commit4c0789f3b604571cde57a463b69cd324f09517ba
parent4f4900aaa0
authorLucas Galante <[email protected]>
date2026-07-04 16:20
Use config-driven plate styles in GraphApp control panel

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

diff --git a/src/main.rs b/src/main.rs
index 54c08b8..26ca569 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -878,8 +878,6 @@ impl Application for GraphApp {
         let root_window = Backplate::new(0.0, 0.0, 1024.0, 768.0);
 
         let mut control_panel = Plate::new(800.0, 50.0, 210.0, 160.0)
-            .with_color([0.15, 0.15, 0.2, 0.95])
-            .with_solid_border([0.3, 0.3, 0.4, 1.0], 1.0)
             .with_draggable(true);
         let show_control_panel = false;
         control_panel.visible = show_control_panel;