From d1099ee5bf4ed626a9ae9e5d30ec5ff3c468fa01 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 15 Jan 2010 14:20:09 +0000 Subject: assure that the widgets of the panels are resized after receiving the Polish event svn path=/trunk/KDE/kdebase/apps/; revision=1075076 --- src/panels/information/informationpanelcontent.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/panels/information/informationpanelcontent.h') 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; -- cgit v1.3