diff options
| author | Peter Penz <[email protected]> | 2010-01-15 14:20:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-15 14:20:09 +0000 |
| commit | d1099ee5bf4ed626a9ae9e5d30ec5ff3c468fa01 (patch) | |
| tree | 017193ffc9da2d413493b150d14b16e9db5a515a /src/panels/information/informationpanelcontent.h | |
| parent | b4f7d1280334c1b4863d8454dab6b22f60a4af81 (diff) | |
assure that the widgets of the panels are resized after receiving the Polish event
svn path=/trunk/KDE/kdebase/apps/; revision=1075076
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 923bb762f..2f32cf717 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -113,6 +113,12 @@ private: */ void setNameLabelText(const QString& text); + /** + * Adjusts the sizes of the widgets dependent on the available + * width given by \p width. + */ + void adjustWidgetSizes(int width); + private: KFileItem m_item; |
