CCBUG: 174342
svn path=/trunk/KDE/kdebase/apps/; revision=880533
m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Small"));
m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Medium"));
m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Large"));
+ m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Huge"));
connect(m_textWidthBox, SIGNAL(activated(int)), this, SIGNAL(changed()));
QGridLayout* textGroupLayout = new QGridLayout(textGroup);
GridSpacingInc = 12,
LeftToRightBase = 128,
LeftToRightInc = 64,
- TopToBottomBase = 64,
+ TopToBottomBase = 32,
TopToBottomInc = 32
};