mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:09:02 +08:00
CURA-4870 Adjust a little bit the maximum size so three printers of two
different types can fit
This commit is contained in:
parent
bb3d706c92
commit
6abbe7381a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user