added notes, improved other features and removed most bugs

This commit is contained in:
2025-07-15 00:40:12 +01:00
parent 35ab726206
commit 76ec44d4e6
18 changed files with 777 additions and 488 deletions
-1
View File
@@ -25,7 +25,6 @@ impl MainEditor {
.resizable(true)
.default_width(1000.0)
.default_height(800.0)
.max_height(800.0)
.open(&mut self.show_editor)
.show(ctx, |ui| {
ui.horizontal(|ui| {