┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanelcontent.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-15 14:20:09 +0000
committerPeter Penz <[email protected]>2010-01-15 14:20:09 +0000
commitd1099ee5bf4ed626a9ae9e5d30ec5ff3c468fa01 (patch)
tree017193ffc9da2d413493b150d14b16e9db5a515a /src/panels/information/informationpanelcontent.h
parentb4f7d1280334c1b4863d8454dab6b22f60a4af81 (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.h6
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;