git.lucas.co / cce-layout-interface
page layout tool
git clone https://git.lucas.co/cce-layout-interface.git

commit021d044aa68b98d78888cab6a0a798732d0fc21e
parent13f4e6263b
authorLucas Galante <[email protected]>
date2026-06-03 15:30
Remove help instructions from sidebar

 src/main.rs | 30 +-----------------------------
 1 file changed, 1 insertion(+), 29 deletions(-)

diff --git a/src/main.rs b/src/main.rs
index 9be405e..41bac48 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -319,35 +319,7 @@ impl LayoutApp {
             }
         }
 
-        // Help Instructions at the bottom of the sidebar
-        labels.push(TextLabel {
-            text: "INSTRUCTIONS:".to_string(),
-            x: 20.0,
-            y: 550.0,
-            font_size: 11.0,
-            color: [0xaa, 0xaa, 0xbb],
-        });
-        labels.push(TextLabel {
-            text: "- Drag elements on canvas to move".to_string(),
-            x: 20.0,
-            y: 570.0,
-            font_size: 10.0,
-            color: [0x83, 0x83, 0x8a],
-        });
-        labels.push(TextLabel {
-            text: "- Edit fields or drag RGB Sliders".to_string(),
-            x: 20.0,
-            y: 588.0,
-            font_size: 10.0,
-            color: [0x83, 0x83, 0x8a],
-        });
-        labels.push(TextLabel {
-            text: "- Presets resize sheet centering".to_string(),
-            x: 20.0,
-            y: 606.0,
-            font_size: 10.0,
-            color: [0x83, 0x83, 0x8a],
-        });
+
 
         // 5. Canvas Element Labels (drawn relative to the paper sheet)
         if self.word_processor_enabled {