summaryrefslogtreecommitdiff
path: root/noncore/graphics
authorleseb <leseb>2002-04-15 09:00:44 (UTC)
committer leseb <leseb>2002-04-15 09:00:44 (UTC)
commit6b54ff5560ca6cedfea7f9cdd353c97a27da7af7 (patch) (unidiff)
tree1b7df990a1b6aab54dc88fe146df099dadd6414f /noncore/graphics
parent6f1a7be4561fe4f441b00abc379ece2dec837517 (diff)
downloadopie-6b54ff5560ca6cedfea7f9cdd353c97a27da7af7.zip
opie-6b54ff5560ca6cedfea7f9cdd353c97a27da7af7.tar.gz
opie-6b54ff5560ca6cedfea7f9cdd353c97a27da7af7.tar.bz2
Fix text
Diffstat (limited to 'noncore/graphics') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/drawpad/newpagedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/graphics/drawpad/newpagedialog.cpp b/noncore/graphics/drawpad/newpagedialog.cpp
index 5c31978..14bcfb3 100644
--- a/noncore/graphics/drawpad/newpagedialog.cpp
+++ b/noncore/graphics/drawpad/newpagedialog.cpp
@@ -41,13 +41,13 @@ NewPageDialog::NewPageDialog(uint width, uint height, const QColor& penColor,
41 m_pHeightSpinBox->setValue(height); 41 m_pHeightSpinBox->setValue(height);
42 42
43 m_pContentButtonGroup = new QButtonGroup(0, Qt::Vertical, tr("Background"), this); 43 m_pContentButtonGroup = new QButtonGroup(0, Qt::Vertical, tr("Background"), this);
44 44
45 QRadioButton* whiteColorRadioButton = new QRadioButton(tr("White"), m_pContentButtonGroup); 45 QRadioButton* whiteColorRadioButton = new QRadioButton(tr("White"), m_pContentButtonGroup);
46 QRadioButton* penColorRadioButton = new QRadioButton(tr("Pen Color"), m_pContentButtonGroup); 46 QRadioButton* penColorRadioButton = new QRadioButton(tr("Pen Color"), m_pContentButtonGroup);
47 QRadioButton* brushColorRadioButton = new QRadioButton(tr("Brush Color"), m_pContentButtonGroup); 47 QRadioButton* brushColorRadioButton = new QRadioButton(tr("Fill Color"), m_pContentButtonGroup);
48 48
49 m_pContentButtonGroup->setButton(0); 49 m_pContentButtonGroup->setButton(0);
50 50
51 QVBoxLayout* mainLayout = new QVBoxLayout(this, 4, 4); 51 QVBoxLayout* mainLayout = new QVBoxLayout(this, 4, 4);
52 sizeGroupBox->layout()->setSpacing(4); 52 sizeGroupBox->layout()->setSpacing(4);
53 m_pContentButtonGroup->layout()->setSpacing(4); 53 m_pContentButtonGroup->layout()->setSpacing(4);