minor ui label tweaks
[mussa.git] / qui / ZoomWidget.cpp
index c646df199ed8598ad888272524cffa82a7704469..b32efeafda798b9a8e7cbdc5056c5492ddec9e35 100644 (file)
@@ -19,6 +19,7 @@ ZoomWidget::ZoomWidget(QWidget *parent)
   QHBoxLayout *layout = new QHBoxLayout;
   layout->addWidget(zoomLabel);
   layout->addWidget(&zoom);
+  layout->addWidget(new QLabel("bp/pix"));
   setLayout(layout);
 
   setToolTip(tr("Zoom"));