aboutsummaryrefslogtreecommitdiff
path: root/dw/listitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/listitem.cc')
-rw-r--r--dw/listitem.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/listitem.cc b/dw/listitem.cc
index 65293d8d..8bd2a93a 100644
--- a/dw/listitem.cc
+++ b/dw/listitem.cc
@@ -40,6 +40,11 @@ ListItem::~ListItem()
DBG_OBJ_DELETE ();
}
+bool ListItem::mustBeWidenedToAvailWidth ()
+{
+ return true;
+}
+
void ListItem::initWithWidget (core::Widget *widget,
core::style::Style *style)
{