page layout tool
git clone https://git.lucas.co/cce-layout-interface.git
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 {