Adds release notes link in version upgrade messagebox

CURA-5348
This commit is contained in:
Aleksei S 2018-05-22 17:32:38 +02:00
parent 74a7452333
commit 36c2e80121
2 changed files with 2 additions and 1 deletions

View file

@ -489,6 +489,7 @@ UM.MainWindow
horizontalCenterOffset: -(Math.round(UM.Theme.getSize("sidebar").width / 2))
top: parent.verticalCenter;
bottom: parent.bottom;
bottomMargin: UM.Theme.getSize("default_margin").height
}
}
}