diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-07-09 12:53:43 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-07-09 12:53:43 +0200 |
| commit | f6925df5deb809c961fe82e3ca14b51a8a2ae3f5 (patch) | |
| tree | 6337d871162bee617ed4268682f95bf4d961a0e0 /dash | |
| parent | bde419b7cbf47e8ea991f135d4d86030fa5befff (diff) | |
DashView, HudView, SpreadFilter: adapt to the SearchBar changes
(bzr r3830.5.3)
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/DashView.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dash/DashView.cpp b/dash/DashView.cpp index 78df439bf..b9564cd9e 100644 --- a/dash/DashView.cpp +++ b/dash/DashView.cpp @@ -606,12 +606,7 @@ void DashView::UpdateDashViewSize() layout_->SetTopAndBottomPadding(style.GetHSeparatorSize().CP(scale), 0); content_layout_->SetTopAndBottomPadding(style.GetDashViewTopPadding().CP(scale), 0); - search_bar_layout_->SetLeftAndRightPadding(style.GetSearchBarLeftPadding().CP(scale), 0); - - int search_bar_height = style.GetSearchBarHeight().CP(scale); - search_bar_->SetMinimumHeight(search_bar_height); - search_bar_->SetMaximumHeight(search_bar_height); } void DashView::SetupUBusConnections() |
