-
Notifications
You must be signed in to change notification settings - Fork 0
Changed RND for new dashboard #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| width: 180 | ||
| height: 50 | ||
| width: 130 | ||
| height: 93.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stick to whole numbers, change to 90 or 95
| // Displays Arrow For Drive Mode | ||
| Image { | ||
| id: upDownArrow | ||
| width: 35.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again for height and width, stick to whole numbers
| id: gearRow | ||
| // Gear column for all drive modes | ||
| Column { | ||
| id: gearCoulumn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
column is spelled wrong
| Row { | ||
| id: gearRow | ||
| // Gear column for all drive modes | ||
| Column { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
random space
| Row { | ||
| id: gearRow | ||
| // Gear column for all drive modes | ||
| Column { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rnd column text isn't the correct color, take a look at the figma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spacing and sizing is also different
| } | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
closing braces aren't indented correctly
| return 0; | ||
| } | ||
| // Displays the selected gear | ||
| Text { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
random indent
No description provided.