/trunk/Scribus/scribus/ui/propertywidget_hyphenation.cpp |
---|
26,6 → 26,7 |
setFrameStyle(QFrame::Box | QFrame::Plain); |
setLineWidth(1); |
hyphenCharLineEdit->setMaxLength(1); |
layout()->setAlignment( Qt::AlignTop ); |
languageChange(); |
} |
/trunk/Scribus/scribus/ui/smcstylewidget.cpp |
---|
52,6 → 52,8 |
strokeColor_->setEnabled(false); |
fontfeaturesSetting->resetFontFeatures(); |
hyphenCharLineEdit->setMaxLength(1); |
connect(effects_, SIGNAL(State(int)), this, SLOT(slotColorChange())); |
connect(fontFace_, SIGNAL(fontSelected(QString)), this, SLOT(slotEnableFontFeatures(QString))); |
} |