From e80ea25b22bd1353acc23328610629b389079f22 Mon Sep 17 00:00:00 2001 From: Paul Wisbey Date: Mon, 16 Feb 2015 09:56:32 +0000 Subject: [PATCH] Kludge to make size negotiation work --- demo/dali-table-view.cpp | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/demo/dali-table-view.cpp b/demo/dali-table-view.cpp index 0605e25..b0c67ac 100644 --- a/demo/dali-table-view.cpp +++ b/demo/dali-table-view.cpp @@ -532,6 +532,9 @@ Actor DaliTableView::CreateTile( const std::string& name, const std::string& tit label.SetColor( Color::BLACK ); content.Add( label ); + // FIXME - This is a kludge because size negotiation is not finished + label.SetSize( parentSize ); + // Set the tile to be keyboard focusable tile.SetKeyboardFocusable(true); -- libgit2 0.21.4