diff options
| author | handsome_feng <445865575@qq.com> | 2015-10-22 08:33:21 +0800 |
|---|---|---|
| committer | handsome_feng <445865575@qq.com> | 2015-10-22 08:33:21 +0800 |
| commit | ebc97b87db36800341b57cf4a1574797cdc411d2 (patch) | |
| tree | e406886dd1b49ecb8f0f4e52293779930163a9d4 /lockscreen | |
| parent | b266d23ac08360a62ac712d31971c746e0188c81 (diff) | |
Temporary close the tests
(bzr r4016.2.11)
Diffstat (limited to 'lockscreen')
| -rw-r--r-- | lockscreen/KylinUserPromptView.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lockscreen/KylinUserPromptView.cpp b/lockscreen/KylinUserPromptView.cpp index 80a67fabd..893760b42 100644 --- a/lockscreen/KylinUserPromptView.cpp +++ b/lockscreen/KylinUserPromptView.cpp @@ -148,6 +148,7 @@ void KylinUserPromptView::ResetLayout() msg_layout_ = new nux::VLayout(); msg_layout_->SetVerticalInternalMargin(MSG_LAYOUT_MARGIN.CP(scale)); + msg_layout_->SetTopAndBottomPadding(33, 0); prompt_layout->AddLayout(msg_layout_); prompt_layout_ = new nux::VLayout(); |
