summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorJay Taoko <jay.taoko@canonical.com>2011-10-19 15:57:11 -0400
committerJay Taoko <jay.taoko@canonical.com>2011-10-19 15:57:11 -0400
commitd551b2f8b56be6b9c1aff452fa9bf6b69a45927c (patch)
tree52d91fcabcee56246b5cace53e4533c31ac14318 /plugins
parent243ed2d41ec17c3252691eaed365cd4c576fc3fb (diff)
* Fixed text entry position in the dash
(bzr r1721.1.2)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/DashSearchBar.cpp2
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+= " ▸";