~ubuntu-branches/ubuntu/saucy/koffice/saucy

« back to all changes in this revision

Viewing changes to plugins/textshape/dialogs/InsertCharacter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    QGridLayout *lay = new QGridLayout(specialCharacterWidget);
33
33
    lay->setMargin(6);
34
34
    m_charSelector = new KCharSelect(specialCharacterWidget,
 
35
                                     0,
35
36
                                     KCharSelect::SearchLine | KCharSelect::FontCombo | KCharSelect::BlockCombos |
36
37
                                     KCharSelect::CharacterTable | KCharSelect::DetailBrowser);
37
38
    lay->addWidget(m_charSelector, 0, 0, 1, 3);