mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue