mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 15:57:52 -06:00
Fixed spacing issue with settings
This commit is contained in:
parent
dab74e524a
commit
d7ec2fadf3
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue