mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 01:04:35 +08:00
Fixed spacing issue with settings
This commit is contained in:
parent
dab74e524a
commit
d7ec2fadf3
@ -55,10 +55,9 @@ ScrollView {
|
||||
var h = 0.0;
|
||||
for(var i in children) {
|
||||
var item = children[i];
|
||||
h += children[i].height;
|
||||
|
||||
h += children[i].height;
|
||||
if(item.settingVisible) {
|
||||
if(i - 1 > 0) {
|
||||
if(i > 0) {
|
||||
h += spacing;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user