diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2014-11-28 14:28:32 +0100 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2014-11-28 14:28:32 +0100 |
| commit | b79028461b05cb34d692bc07f3a79b388a62ee39 (patch) | |
| tree | a01a549ac33936081c2d390f528cf50d47d96c55 /lockscreen | |
| parent | 70b1848b78a6e31be8c85cc95a5bdbec2cf917ec (diff) | |
Fix typo.
(bzr r3884.8.2)
Diffstat (limited to 'lockscreen')
| -rw-r--r-- | lockscreen/UserPromptView.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lockscreen/UserPromptView.cpp b/lockscreen/UserPromptView.cpp index a696273f9..064c899d9 100644 --- a/lockscreen/UserPromptView.cpp +++ b/lockscreen/UserPromptView.cpp @@ -371,7 +371,6 @@ void UserPromptView::AddMessage(std::string const& message, nux::Color const& co view->SetTextColor(color); view->SetText(message); view->SetMaximumWidth(geo.width - PADDING.CP(scale)*2); -. msg_layout_->AddView(view); GetLayout()->ComputeContentPosition(0, 0); |
