-rw-r--r-- | noncore/graphics/drawpad/newpagedialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/drawpad/newpagedialog.cpp b/noncore/graphics/drawpad/newpagedialog.cpp index 14bcfb3..0592af2 100644 --- a/noncore/graphics/drawpad/newpagedialog.cpp +++ b/noncore/graphics/drawpad/newpagedialog.cpp @@ -32,6 +32,6 @@ NewPageDialog::NewPageDialog(uint width, uint height, const QColor& penColor, QGroupBox* sizeGroupBox = new QGroupBox(0, Qt::Vertical, tr("Page Size"), this); - QLabel* widthLabel = new QLabel(tr("Width :"), sizeGroupBox); - QLabel* heightLabel = new QLabel(tr("Height :"), sizeGroupBox); + QLabel* widthLabel = new QLabel(tr("Width:"), sizeGroupBox); + QLabel* heightLabel = new QLabel(tr("Height:"), sizeGroupBox); m_pWidthSpinBox = new QSpinBox(1, 1024, 1, sizeGroupBox); |