mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Merge branch 'fix-oauth2-client' into CURA-5785-Restyle_stage_menu
* fix-oauth2-client: Switch Ultimaker Account OAuth2 client Fix the title's top margin size in the add machine dialog.
This commit is contained in:
commit
4caf770a62
2 changed files with 2 additions and 3 deletions
|
@ -73,7 +73,7 @@ UM.Dialog
|
|||
{
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
topMargin: UM.Theme.getSize("default_margin")
|
||||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
text: catalog.i18nc("@title:tab", "Add a printer to Cura")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue