app_list: Fix label misalignment after installation.
commit9f67b3e3dea18b6069e0f924a48ddbf389577aa8
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 19 Apr 2013 15:17:59 +0000 (19 15:17 +0000)
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 19 Apr 2013 15:17:59 +0000 (19 15:17 +0000)
tree013d90c36379e1034a5dd2c711ac483887db1592
parentf40089e2411a8c8b81542a0b38512281c385e6d5
app_list: Fix label misalignment after installation.

App item title is manually centered to avoid the default eliding at both
ends behavior. As such, it needs to re-layout when the title text changes.

BUG=219248

Review URL: https://chromiumcodereview.appspot.com/14327015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195207 0039d316-1c4b-4281-b951-d872f2087c98
ui/app_list/views/app_list_item_view.cc