Index: sources/gui/qml/components/Footer.qml =================================================================== diff -u -rf502bc55feb08cd037d9caa12086d30034fe715b -r981e534e5b3174aab7ec47de3b1ead1511dbb6ef --- sources/gui/qml/components/Footer.qml (.../Footer.qml) (revision f502bc55feb08cd037d9caa12086d30034fe715b) +++ sources/gui/qml/components/Footer.qml (.../Footer.qml) (revision 981e534e5b3174aab7ec47de3b1ead1511dbb6ef) @@ -44,7 +44,7 @@ let visibleCount = 0 for (let i = 0; i < count; i++) { - console.debug(children[i].text.text) + //DEBUG: console.debug(children[i].text.text) if ( children[i].visible ) { visibleCount += 1 @@ -57,7 +57,7 @@ } } let spacing = (_root.width - (width * visibleCount)) / (visibleCount + 1) - console.debug( " ~~~~~~~~~~ ", count, visibleCount, spacing) + //DEBUG: console.debug( " ~~~~~~~~~~ ", count, visibleCount, spacing) _private.spacing = spacing }