diff options
| author | 2010-03-07 18:29:24 +0000 | |
|---|---|---|
| committer | 2010-03-07 18:29:24 +0000 | |
| commit | 48eceeb50044c8179b1d10bd28f960a15196cdbc (patch) | |
| tree | 75f5f99f1143a94ccccd397d800847bf2037d1e7 /src/modules/editor | |
| parent | Correctly handle qstyle in KviTalItemDelegate (diff) | |
| download | KVIrc-48eceeb50044c8179b1d10bd28f960a15196cdbc.tar.gz KVIrc-48eceeb50044c8179b1d10bd28f960a15196cdbc.tar.bz2 KVIrc-48eceeb50044c8179b1d10bd28f960a15196cdbc.zip | |
compilation fix
changed editor arrow icon to option icon
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4108 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor')
| -rw-r--r-- | src/modules/editor/scripteditor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp index dd9661613..2291c0bec 100644 --- a/src/modules/editor/scripteditor.cpp +++ b/src/modules/editor/scripteditor.cpp @@ -730,7 +730,8 @@ KviScriptEditorImplementation::KviScriptEditorImplementation(QWidget * par) g->setRowStretch(0,1); QToolButton * b = new QToolButton(this); - b->setArrowType(Qt::DownArrow); + b->setIcon(*(g_pIconManager->getSmallIcon(KVI_SMALLICON_OPTIONS))); + b->setObjectName("ToolButtonEditor"); b->setMinimumWidth(24); g->addWidget(b,1,0); |
