-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Oscilloscope mode redesign #3
base: devel
Are you sure you want to change the base?
Conversation
PROPHESSOR
commented
Dec 22, 2023
•
edited
Loading
edited
- Move "Mode" to the top of the graph and make radio buttons instead of combo box
Implemented for x1 |
I can not confirm this issue because it is in undone state.
|
@@ -5,8 +5,8 @@ | |||
"dc": "DC" | |||
}, | |||
"mode": { | |||
"goniometer": "Goniometer", | |||
"triggered": "Triggered", | |||
"goniometer": "Stereo image", |
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.
It is a bad idea to make text associated with the key to differ the initial key sense.
If you want to change the label, please consider adding new key "stereo_image".
"goniometer": "Goniometer", | ||
"triggered": "Triggered", | ||
"goniometer": "Stereo image", | ||
"triggered": "Wave form", |
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.
Same here and below