added notes, improved other features and removed most bugs
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user