/trunk/Scribus/scribus/ui/smcstylewidget.cpp |
---|
52,8 → 52,6 |
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))); |
} |
/trunk/Scribus/scribus/ui/propertywidget_hyphenation.cpp |
---|
26,7 → 26,6 |
setFrameStyle(QFrame::Box | QFrame::Plain); |
setLineWidth(1); |
hyphenCharLineEdit->setMaxLength(1); |
layout()->setAlignment( Qt::AlignTop ); |
languageChange(); |
} |