diff options
| author | Jay Taoko <jay.taoko@canonical.com> | 2011-10-19 15:57:11 -0400 |
|---|---|---|
| committer | Jay Taoko <jay.taoko@canonical.com> | 2011-10-19 15:57:11 -0400 |
| commit | d551b2f8b56be6b9c1aff452fa9bf6b69a45927c (patch) | |
| tree | 52d91fcabcee56246b5cace53e4533c31ac14318 /plugins | |
| parent | 243ed2d41ec17c3252691eaed365cd4c576fc3fb (diff) | |
* Fixed text entry position in the dash
(bzr r1721.1.2)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/unityshell/src/DashSearchBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/DashSearchBar.cpp b/plugins/unityshell/src/DashSearchBar.cpp index 9b3047379..31eb182fe 100644 --- a/plugins/unityshell/src/DashSearchBar.cpp +++ b/plugins/unityshell/src/DashSearchBar.cpp @@ -92,7 +92,7 @@ SearchBar::SearchBar(NUX_FILE_LINE_DECL) layered_layout_->SetActiveLayerN(1); layered_layout_->SetMinimumWidth(420); layered_layout_->SetMaximumWidth(645); - layout_->AddView(layered_layout_, 1, nux::MINOR_POSITION_LEFT, nux::MINOR_SIZE_FIX); + layout_->AddView(layered_layout_, 1, nux::MINOR_POSITION_CENTER, nux::MINOR_SIZE_FIX); std::string filter_str = _("Filter results"); filter_str+= " ▸"; |
