diff options
| author | 2009-05-07 13:24:29 +0000 | |
|---|---|---|
| committer | 2009-05-07 13:24:29 +0000 | |
| commit | c9bfa76b39c7fd535588730963c722bfe1edb652 (patch) | |
| tree | 9e2403812ca1a723eceaf3d68d2650abe2c215cc /src/modules/toolbareditor | |
| parent | patch for #431 (diff) | |
| download | KVIrc-c9bfa76b39c7fd535588730963c722bfe1edb652.tar.gz KVIrc-c9bfa76b39c7fd535588730963c722bfe1edb652.tar.bz2 KVIrc-c9bfa76b39c7fd535588730963c722bfe1edb652.zip | |
re-worked out the whole custom toolbars editing; fixes #410
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3194 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/toolbareditor')
| -rw-r--r-- | src/modules/toolbareditor/toolbareditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/toolbareditor/toolbareditor.cpp b/src/modules/toolbareditor/toolbareditor.cpp index 09e7b8fe2..71987aa8c 100644 --- a/src/modules/toolbareditor/toolbareditor.cpp +++ b/src/modules/toolbareditor/toolbareditor.cpp @@ -69,6 +69,7 @@ KviTrashcanLabel::KviTrashcanLabel(QWidget * p) m_uFlashCount = 0; m_pFlashTimer = 0; m_clrOriginal = palette().color(backgroundRole()); + setAutoFillBackground(true); //needed for flashing connect(KviActionManager::instance(),SIGNAL(removeActionsHintRequest()),this,SLOT(flash())); } @@ -283,10 +284,9 @@ void KviCustomToolBarPropertiesDialog::advancedClicked() KviCustomizeToolBarsDialog::KviCustomizeToolBarsDialog(QWidget * p) -: QDialog(p)//,"" /*,WType_TopLevel | WStyle_Customize | WStyle_Title | WStyle_StaysOnTop | WStyle_DialogBorder*/) +: QDialog(p) { setObjectName("Toolbar_editor"); - debug("Toolbar editor"); setWindowTitle(__tr2qs_ctx("Customize Toolbars","editor")); setWindowIcon(*(g_pIconManager->getSmallIcon(KVI_SMALLICON_TOOLBAR))); |
