Skip to content

Commit

Permalink
micro: removed spaces where not supposed
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroo committed Aug 23, 2009
1 parent 9b26f7d commit 593954e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MainWindow.cpp
Expand Up @@ -49,14 +49,12 @@ MainWindow::MainWindow(QWidget *parent, CaptureDevice& camera1, CaptureDevice& c
m_camera1Layout = new QVBoxLayout();
m_camera1Layout->setAlignment(Qt::AlignLeft | Qt::AlignTop);
m_camera1InfoLabel = new QLabel(m_camera1GroupBox);
m_camera1Layout ->setAlignment(Qt::AlignLeft | Qt::AlignTop);
m_camera1ImageLabel = new QLabel(m_camera1GroupBox);
m_camera1ImageLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
m_camera2GroupBox = new QGroupBox(tr("Camera 2"), m_centralWidget);
m_camera2Layout = new QVBoxLayout();
m_camera2Layout->setAlignment(Qt::AlignLeft | Qt::AlignTop);
m_camera2InfoLabel = new QLabel(m_camera1GroupBox);
m_camera2Layout ->setAlignment(Qt::AlignLeft | Qt::AlignTop);
m_camera2ImageLabel = new QLabel(m_camera2GroupBox);
m_camera2ImageLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);

Expand Down

0 comments on commit 593954e

Please sign in to comment.