This is something our UX designer wants to change for all expandable header bar menus. The down arrow indicates that something will pop-up downwards once clicked. It is unnecessary to feedback the state of the expansion in the icon.
Contributes to CURA-8008.
The new button should be consistent with the looks of the tool buttons. I've given it the same size as the inner part of the tool buttons, reworked the background so that it matches. I'm also giving it the 'secondary button' style which is also used for one other button. But that other detail button should get the same style anyway so that's fine too.
I've also turned this icon into an actual button. That way it can get focus when using keyboard navigation and works better with tools for blind and such.
Contributes to issue CURA-8202.
The icon was rendered at a too small size, such that it would get a different line width or look-and-feel than the rest. However making it bigger doesn't properly centre it either.
To centre it we also reduced the margin.
Contributes to issue CURA-8202.
The styling of the Tertiary button (to not look like a link anymore) and the introduction of the Quatertiary button (as the link button) will happen in a separate ticket in the future.
CURA-8012
* Add new printer PBR_3D.def.json
Adding new Profile definition for PBR 3D.
* Create pbr_3d.extruder_0.def.json
Adding extruder profile for PBR 3D
* Delete pbr_3d.def.json
* Delete pbr_3d.extruder_0.def.json
* Adding PBR 3D Gen-I printer definition.
This is an printer definition for our printer.
* Adding PBR 3D Gen-I Printer Extruder definition
This is an extruder definition for our printer.
* Adding buildplate definition for PBR 3D Gen-I
This is a buildplate definition for our printer.
* Update pbr3d_g1.def.json
* Add files via upload
We'd like to keep the list of manufacturers and printers a bit more fair, without some manufacturers/printers getting more attention than others. The printers didn't have stylised caps here either.
Contributes to issue CURA-8364.
This should be different from the background colour in case of the dark theme. The design asks for a white background for the badge in the dark theme.
Contributes to issue CURA-8247.
Due to a wrong reference, the settings window was getting an incorrect initialY position. This lead to the window being unable to be dragged in the y direction.
CURA-8011