Browse Source

Removing leftover debugging output.

QGC4.4
dogmaphobic 10 years ago
parent
commit
4cb0309faa
  1. 4
      src/ui/toolbar/MainToolBar.qml

4
src/ui/toolbar/MainToolBar.qml

@ -60,10 +60,6 @@ Rectangle { @@ -60,10 +60,6 @@ Rectangle {
color: qgcPal.windowShade
Component.onCompleted: {
console.log(cellSpacerSize, cellHeight, cellRadius);
}
function getProportionalDimmension(val) {
return toolBarHolder.height * val / 40
}

Loading…
Cancel
Save