- Notifications
You must be signed in to change notification settings - Fork22
Add some explanation text to top of widgets#139
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
samcunliffe commentedMay 31, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Off the top of my head: not, I'm afraid. I can tell you button sizes in the CSS or colours. Text formatting is advanced stuff. From a quick cmd-F search ofthe CSS it looks like you could try and use Worth noting that Napari already tells you the widget name (albeit quite faintly) |
samcunliffe commentedMay 31, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
🚀Almost fixes Do you know how to domy wishlist for that? (Make the help hints disappear when the user has selected the required number of layers.) That said, a static |
To keep this simple (partly because there's already the widget name as you pointed out), I've updated it to just add the text for how many layers need selecting. |
Uh oh!
There was an error while loading.Please reload this page.
This PR adds some text to the top of widgets explaining how many layers it takes as input. I'm hoping this improves user experience somewhat.
The name of the widget should probably have some title styling applied to it -@samcunliffe can you advise on the best way to do this? If you don't know off the top of your head I can look into it.Fixes#27