Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Forks
Kayak UI
Commits
e8189d57
Unverified
Commit
e8189d57
authored
3 years ago
by
MrGVSV
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added TODO
parent
21caa9c1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/tabs/tabs.rs
+2
-2
2 additions, 2 deletions
examples/tabs/tabs.rs
with
2 additions
and
2 deletions
examples/tabs/tabs.rs
+
2
−
2
View file @
e8189d57
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment