Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Hidden way to add labels to feature buttons
albjerre
Member Posts: 23 ✭✭✭
I have looked for a way to modify the UI in Onshape to include labels for the feature buttons.
My plan was to add some custom style overrides using the Stylebot plugin for Chrome.
To my surprise Onshape already has labels for the buttons. They are just set as "hidden" in the stylesheet. See below how it looks when I enable them:
To enable it, just add this style override in Stylebot for "https://cad.onshape.com/**":
Now I just need an easy way to increase the size of the buttons and add an extra row of buttons
My plan was to add some custom style overrides using the Stylebot plugin for Chrome.
To my surprise Onshape already has labels for the buttons. They are just set as "hidden" in the stylesheet. See below how it looks when I enable them:
To enable it, just add this style override in Stylebot for "https://cad.onshape.com/**":
.custom-toolbar .toolbar .hide-in-toolbar {
display: unset;
}
Now I just need an easy way to increase the size of the buttons and add an extra row of buttons
Tagged:
1
Comments