CURA-4870 Adjust a little bit the maximum size so three printers of two

different types can fit
This commit is contained in:
Diego Prado Gesto 2018-03-07 11:26:50 +01:00
parent bb3d706c92
commit 6abbe7381a

View file

@ -41,7 +41,7 @@ Column
{ {
id: container id: container
width: parent.width - parent.padding width: parent.width - parent.padding
height: Math.min(configurationList.contentHeight, 300 * screenScaleFactor) height: Math.min(configurationList.contentHeight, 350 * screenScaleFactor)
style: UM.Theme.styles.scrollview style: UM.Theme.styles.scrollview
__wheelAreaScrollSpeed: 75 // Scroll three lines in one scroll event __wheelAreaScrollSpeed: 75 // Scroll three lines in one scroll event