summaryrefslogtreecommitdiff
path: root/plugins
diff options
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+= " ▸";