Skip to content
Snippets Groups Projects
Unverified Commit e8189d57 authored by MrGVSV's avatar MrGVSV Committed by GitHub
Browse files

Added TODO

parent 21caa9c1
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ fn TabDemo() { ...@@ -40,7 +40,7 @@ fn TabDemo() {
..Default::default() ..Default::default()
}; };
// This is not the most ideal way to generate tabs. For one, the `content` has no access to its actual context // TODO: This is not the most ideal way to generate tabs. For one, the `content` has no access to its actual context
// (i.e. where it actually exists in the hierarchy). Additionally, it would be better if tabs were created as // (i.e. where it actually exists in the hierarchy). Additionally, it would be better if tabs were created as
// children of `TabBox`. These are issues that will be addressed in the future, so for now, this will work. // children of `TabBox`. These are issues that will be addressed in the future, so for now, this will work.
let tabs = vec![ let tabs = vec![
...@@ -147,4 +147,4 @@ fn main() { ...@@ -147,4 +147,4 @@ fn main() {
.add_plugin(BevyKayakUIPlugin) .add_plugin(BevyKayakUIPlugin)
.add_startup_system(startup) .add_startup_system(startup)
.run(); .run();
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment