diff options
| author | Peter Penz <[email protected]> | 2011-03-27 19:07:14 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-03-27 19:07:14 +0200 |
| commit | c80b261505d513dda50f54ab6ececa5cf9ca2d28 (patch) | |
| tree | 3396cc73a9ecd35eadcee31643c3ecabb8f57f21 /src/dolphinmainwindow.h | |
| parent | 5647aab1e3aaa3933a3c7dbb53a262849f63a8f9 (diff) | |
Update the size of the menu toolbar-item
If the icon size of the toolbar has been changed, the manually added
menu toolbar-item must be updated.
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index a242a6546..10fcf57fd 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -443,6 +443,7 @@ private slots: void updateToolBar(); void slotToolBarSpacerDeleted(); void slotToolBarMenuButtonDeleted(); + void slotToolBarIconSizeChanged(const QSize& iconSize); private: DolphinMainWindow(int id); |
