Add scroll bar to print monitor if content is overflowing

Fixes https://github.com/Ultimaker/Cura/issues/11629

CURA-8980
This commit is contained in:
casper 2022-03-21 11:27:47 +01:00
parent a4f1907b12
commit 9b19eaf84f
2 changed files with 27 additions and 6 deletions

View file

@ -21,7 +21,10 @@ Component
Cura.PrintMonitor
{
anchors.fill: parent
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: footerSeparator.top
}
Rectangle