mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 09:14:24 +08:00
Fixed spacing issue with settings
This commit is contained in:
parent
dab74e524a
commit
d7ec2fadf3
@ -56,9 +56,8 @@ ScrollView {
|
||||
for(var i in children) {
|
||||
var item = children[i];
|
||||
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